]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-49074.stderr
Fix undesirable fallout
[rust.git] / src / test / ui / issues / issue-49074.stderr
index c9984ea2e9a8a97e14487cb23032ba9d645fa0e4..888222b69cc4e6dc63a9ca2988fd526d2d3072a2 100644 (file)
@@ -1,11 +1,3 @@
-error: cannot find macro `bar!` in this scope
-  --> $DIR/issue-49074.rs:22:4
-   |
-LL |    bar!();
-   |    ^^^
-   |
-   = help: have you added the `#[macro_use]` on the module/import?
-
 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
    |
@@ -14,6 +6,6 @@ LL | #[marco_use] // typo
    |
    = help: add #![feature(custom_attribute)] to the crate attributes to enable
 
-error: aborting due to 2 previous errors
+error: aborting due to previous error
 
 For more information about this error, try `rustc --explain E0658`.