File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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::*;
6161 = help: use `crate::repr` to refer to this attribute macro unambiguously
6262
6363error[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
6565 |
6666LL | #[allow(unused)]
6767 | ^^^^^ ambiguous name
6868 |
6969 = note: `allow` could refer to a built-in attribute
7070note: `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
7272 |
7373LL | use deny as allow;
7474 | ^^^^^^^^^^^^^
@@ -103,7 +103,7 @@ LL | #[repr(C)]
103103LL | _ => {}
104104 | ------- not a struct, enum, or union
105105
106- error: aborting due to 8 previous errors
106+ error: aborting due to 9 previous errors
107107
108108Some errors have detailed explanations: E0425, E0517, E0659.
109109For more information about an error, try `rustc --explain E0425`.
You can’t perform that action at this time.
0 commit comments