@@ -2,31 +2,31 @@ error[E0116]: cannot define inherent `impl` for a type outside of the crate wher
22  --> $DIR/no-attr-empty-impl.rs:4:1
33   |
44LL | impl extern_crate::StructWithAttr {}
5-    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl for type defined outside of crate. 
5+    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl for type defined outside of crate
66   |
77   = note: define and implement a trait or new type instead
88
99error[E0116]: cannot define inherent `impl` for a type outside of the crate where the type is defined
1010  --> $DIR/no-attr-empty-impl.rs:7:1
1111   |
1212LL | impl extern_crate::StructNoAttr {}
13-    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl for type defined outside of crate. 
13+    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl for type defined outside of crate
1414   |
1515   = note: define and implement a trait or new type instead
1616
1717error[E0116]: cannot define inherent `impl` for a type outside of the crate where the type is defined
1818  --> $DIR/no-attr-empty-impl.rs:10:1
1919   |
2020LL | impl extern_crate::EnumWithAttr {}
21-    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl for type defined outside of crate. 
21+    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl for type defined outside of crate
2222   |
2323   = note: define and implement a trait or new type instead
2424
2525error[E0116]: cannot define inherent `impl` for a type outside of the crate where the type is defined
2626  --> $DIR/no-attr-empty-impl.rs:13:1
2727   |
2828LL | impl extern_crate::EnumNoAttr {}
29-    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl for type defined outside of crate. 
29+    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl for type defined outside of crate
3030   |
3131   = note: define and implement a trait or new type instead
3232
0 commit comments