File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ LL | use builtin_attrs::*;
61
61
= help: use `crate::repr` to refer to this attribute macro unambiguously
62
62
63
63
error[E0659]: `allow` is ambiguous (built-in attribute vs any other name)
64
- --> $DIR/ambiguous-builtin-attrs.rs:36 :3
64
+ --> $DIR/ambiguous-builtin-attrs.rs:38 :3
65
65
|
66
66
LL | #[allow(unused)]
67
67
| ^^^^^ ambiguous name
68
68
|
69
69
= note: `allow` could refer to a built-in attribute
70
70
note: `allow` could also refer to the built-in attribute imported here
71
- --> $DIR/ambiguous-builtin-attrs.rs:35 :5
71
+ --> $DIR/ambiguous-builtin-attrs.rs:37 :5
72
72
|
73
73
LL | use deny as allow;
74
74
| ^^^^^^^^^^^^^
@@ -103,7 +103,7 @@ LL | #[repr(C)]
103
103
LL | _ => {}
104
104
| ------- not a struct, enum, or union
105
105
106
- error: aborting due to 8 previous errors
106
+ error: aborting due to 9 previous errors
107
107
108
108
Some errors have detailed explanations: E0425, E0517, E0659.
109
109
For more information about an error, try `rustc --explain E0425`.
You can’t perform that action at this time.
0 commit comments