]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/feature-gates/feature-gate-unrestricted-attribute-tokens.stderr
MetadataOnlyCodegenBackend: remove `is_inline` call
[rust.git] / src / test / ui / feature-gates / feature-gate-unrestricted-attribute-tokens.stderr
index cc5694b1598d3b9b2e5aab1d0d2e4b74ee6506aa..1ddf2ff6d640bb11baa813f30aa96dd8a506cb5c 100644 (file)
@@ -1,17 +1,17 @@
 error: expected one of `(`, `)`, `,`, `::`, or `=`, found `b`
-  --> $DIR/feature-gate-unrestricted-attribute-tokens.rs:13:13
+  --> $DIR/feature-gate-unrestricted-attribute-tokens.rs:3:13
    |
 LL | #[my_attr(a b c d)]
    |             ^ expected one of `(`, `)`, `,`, `::`, or `=` here
 
 error: expected one of `(`, `)`, `,`, `::`, or `=`, found `c`
-  --> $DIR/feature-gate-unrestricted-attribute-tokens.rs:13:15
+  --> $DIR/feature-gate-unrestricted-attribute-tokens.rs:3:15
    |
 LL | #[my_attr(a b c d)]
    |               ^ expected one of `(`, `)`, `,`, `::`, or `=` here
 
 error: expected one of `(`, `)`, `,`, `::`, or `=`, found `d`
-  --> $DIR/feature-gate-unrestricted-attribute-tokens.rs:13:17
+  --> $DIR/feature-gate-unrestricted-attribute-tokens.rs:3:17
    |
 LL | #[my_attr(a b c d)]
    |                 ^ expected one of `(`, `)`, `,`, `::`, or `=` here