@@ -12,7 +12,7 @@ LL | #[repr(C)]
1212 |
1313 = note: `repr` could refer to a built-in attribute
1414note: `repr` could also refer to the attribute macro imported here
15- --> $DIR/ambiguous-builtin-attrs.rs:7 :5
15+ --> $DIR/ambiguous-builtin-attrs.rs:6 :5
1616 |
1717LL | use builtin_attrs::*;
1818 | ^^^^^^^^^^^^^^^^
@@ -26,7 +26,7 @@ LL | #[cfg_attr(all(), repr(C))]
2626 |
2727 = note: `repr` could refer to a built-in attribute
2828note: `repr` could also refer to the attribute macro imported here
29- --> $DIR/ambiguous-builtin-attrs.rs:7 :5
29+ --> $DIR/ambiguous-builtin-attrs.rs:6 :5
3030 |
3131LL | use builtin_attrs::*;
3232 | ^^^^^^^^^^^^^^^^
@@ -40,7 +40,7 @@ LL | fn non_macro_expanded_location<#[repr(C)] T>() {
4040 |
4141 = note: `repr` could refer to a built-in attribute
4242note: `repr` could also refer to the attribute macro imported here
43- --> $DIR/ambiguous-builtin-attrs.rs:7 :5
43+ --> $DIR/ambiguous-builtin-attrs.rs:6 :5
4444 |
4545LL | use builtin_attrs::*;
4646 | ^^^^^^^^^^^^^^^^
@@ -54,7 +54,7 @@ LL | #[repr(C)]
5454 |
5555 = note: `repr` could refer to a built-in attribute
5656note: `repr` could also refer to the attribute macro imported here
57- --> $DIR/ambiguous-builtin-attrs.rs:7 :5
57+ --> $DIR/ambiguous-builtin-attrs.rs:6 :5
5858 |
5959LL | use builtin_attrs::*;
6060 | ^^^^^^^^^^^^^^^^
@@ -82,7 +82,7 @@ LL | #![feature(decl_macro)]
8282 |
8383 = note: `feature` could refer to a built-in attribute
8484note: `feature` could also refer to the attribute macro imported here
85- --> $DIR/ambiguous-builtin-attrs.rs:7 :5
85+ --> $DIR/ambiguous-builtin-attrs.rs:6 :5
8686 |
8787LL | use builtin_attrs::*;
8888 | ^^^^^^^^^^^^^^^^
0 commit comments