@@ -35,37 +35,37 @@ error[E0322]: explicit impls for the `Sized` trait are not permitted
3535 --> $DIR/coherence-impls-sized.rs:14:1
3636 |
3737LL | impl Sized for TestE {}
38- | ^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
38+ | ^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
3939
4040error[E0322]: explicit impls for the `Sized` trait are not permitted
4141 --> $DIR/coherence-impls-sized.rs:17:1
4242 |
4343LL | impl Sized for MyType {}
44- | ^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
44+ | ^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
4545
4646error[E0322]: explicit impls for the `Sized` trait are not permitted
4747 --> $DIR/coherence-impls-sized.rs:20:1
4848 |
4949LL | impl Sized for (MyType, MyType) {}
50- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
50+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
5151
5252error[E0322]: explicit impls for the `Sized` trait are not permitted
5353 --> $DIR/coherence-impls-sized.rs:24:1
5454 |
5555LL | impl Sized for &'static NotSync {}
56- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
56+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
5757
5858error[E0322]: explicit impls for the `Sized` trait are not permitted
5959 --> $DIR/coherence-impls-sized.rs:27:1
6060 |
6161LL | impl Sized for [MyType] {}
62- | ^^^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
62+ | ^^^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
6363
6464error[E0322]: explicit impls for the `Sized` trait are not permitted
6565 --> $DIR/coherence-impls-sized.rs:31:1
6666 |
6767LL | impl Sized for &'static [NotSync] {}
68- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
68+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
6969
7070error: aborting due to 9 previous errors
7171
0 commit comments