@@ -35,37 +35,37 @@ error[E0322]: explicit impls for the `Sized` trait are not permitted
35
35
--> $DIR/coherence-impls-sized.rs:14:1
36
36
|
37
37
LL | impl Sized for TestE {}
38
- | ^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
38
+ | ^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
39
39
40
40
error[E0322]: explicit impls for the `Sized` trait are not permitted
41
41
--> $DIR/coherence-impls-sized.rs:17:1
42
42
|
43
43
LL | impl Sized for MyType {}
44
- | ^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
44
+ | ^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
45
45
46
46
error[E0322]: explicit impls for the `Sized` trait are not permitted
47
47
--> $DIR/coherence-impls-sized.rs:20:1
48
48
|
49
49
LL | impl Sized for (MyType, MyType) {}
50
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
50
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
51
51
52
52
error[E0322]: explicit impls for the `Sized` trait are not permitted
53
53
--> $DIR/coherence-impls-sized.rs:24:1
54
54
|
55
55
LL | impl Sized for &'static NotSync {}
56
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
56
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
57
57
58
58
error[E0322]: explicit impls for the `Sized` trait are not permitted
59
59
--> $DIR/coherence-impls-sized.rs:27:1
60
60
|
61
61
LL | impl Sized for [MyType] {}
62
- | ^^^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
62
+ | ^^^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
63
63
64
64
error[E0322]: explicit impls for the `Sized` trait are not permitted
65
65
--> $DIR/coherence-impls-sized.rs:31:1
66
66
|
67
67
LL | impl Sized for &'static [NotSync] {}
68
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ' Sized' not allowed
68
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of ` Sized` not allowed
69
69
70
70
error: aborting due to 9 previous errors
71
71
0 commit comments