]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-49074.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-49074.stderr
index 888222b69cc4e6dc63a9ca2988fd526d2d3072a2..6c9d1eac3568436aa9788aa2dc7e1bf31db2324a 100644 (file)
@@ -1,8 +1,8 @@
 error[E0658]: The attribute `marco_use` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
-  --> $DIR/issue-49074.rs:13:1
+  --> $DIR/issue-49074.rs:13:3
    |
 LL | #[marco_use] // typo
-   | ^^^^^^^^^^^^
+   |   ^^^^^^^^^
    |
    = help: add #![feature(custom_attribute)] to the crate attributes to enable