Skip to content

Commit 3d6d59c

Browse files
committed
Adjust compile-errors expected output on nightly
1 parent 83d92ff commit 3d6d59c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

compile-errors/nightly/expect-self-anon.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ error: expected `Self` or `Trait for Self`
55
| ^^
66

77
error: expected expression, found end of macro arguments
8-
--> compile-errors/nightly/expect-self-anon.rs:2:13
9-
|
8+
--> compile-errors/nightly/expect-self-anon.rs:2:13
9+
|
1010
2 | let _ = impl_tools::impl_anon! {
1111
| _____________^
1212
3 | | #[derive(Clone, Debug)]

compile-errors/nightly/trait-autoimpl-with-sized-fn-bound.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
warning: autoimpl on trait that has a method with Self: Sized bound
2-
--> compile-errors/nightly/trait-autoimpl-with-sized-fn-bound.rs:4:1
3-
|
2+
--> compile-errors/nightly/trait-autoimpl-with-sized-fn-bound.rs:4:1
3+
|
44
4 | #[autoimpl(for<'a, T> &'a T, &'a mut T, Box<T> where T: trait + ?Sized)]
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
|

0 commit comments

Comments
 (0)