Skip to content

Commit 838f487

Browse files
committed
Bless tests
1 parent 8bbb2d0 commit 838f487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/ui/proc-macro/ambiguous-builtin-attrs.stderr

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ LL | use builtin_attrs::*;
6161
= help: use `crate::repr` to refer to this attribute macro unambiguously
6262

6363
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
6565
|
6666
LL | #[allow(unused)]
6767
| ^^^^^ ambiguous name
6868
|
6969
= note: `allow` could refer to a built-in attribute
7070
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
7272
|
7373
LL | use deny as allow;
7474
| ^^^^^^^^^^^^^
@@ -103,7 +103,7 @@ LL | #[repr(C)]
103103
LL | _ => {}
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

108108
Some errors have detailed explanations: E0425, E0517, E0659.
109109
For more information about an error, try `rustc --explain E0425`.

0 commit comments

Comments
 (0)