]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/cfg-attr-unknown-attribute-macro-expansion.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / cfg-attr-unknown-attribute-macro-expansion.stderr
index 33fe52366dbbbd5e534c98856661656a9e6e3f3a..0f51c7d68c642f2a81c8cdbf954973345906510f 100644 (file)
@@ -2,7 +2,7 @@ error[E0658]: The attribute `unknown` is currently unknown to the compiler and m
   --> $DIR/cfg-attr-unknown-attribute-macro-expansion.rs:13:27
    |
 LL |         #[cfg_attr(all(), unknown)] //~ ERROR `unknown` is currently unknown
-   |                           ^^^^^^^^
+   |                           ^^^^^^^
 ...
 LL | foo!();
    | ------- in this macro invocation