2020-02-26 07:40:31 -05:00
|
|
|
error: `macro_use` attributes are no longer needed in the Rust 2018 edition
|
2020-03-05 19:22:17 +01:00
|
|
|
--> $DIR/macro_use_imports.rs:5:1
|
2020-02-26 07:40:31 -05:00
|
|
|
|
|
|
|
|
LL | #[macro_use]
|
|
|
|
| ^^^^^^^^^^^^ help: remove the attribute and import the macro directly, try: `use std::prelude::<macro name>`
|
|
|
|
|
|
2020-03-05 19:22:17 +01:00
|
|
|
= note: `-D clippy::macro-use-imports` implied by `-D warnings`
|
2020-02-26 07:40:31 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|