]> git.lizzy.rs Git - rust.git/blob - tests/ui/macro_use_imports.stderr
iterate List by value
[rust.git] / tests / ui / macro_use_imports.stderr
1 error: `macro_use` attributes are no longer needed in the Rust 2018 edition
2   --> $DIR/macro_use_imports.rs:5:1
3    |
4 LL | #[macro_use]
5    | ^^^^^^^^^^^^ help: remove the attribute and import the macro directly, try: `use std::prelude::<macro name>`
6    |
7    = note: `-D clippy::macro-use-imports` implied by `-D warnings`
8
9 error: aborting due to previous error
10