1error: this import is redundant
2  --> $DIR/single_component_path_imports_macro.rs:15:1
3   |
4LL | use m2; // fail
5   | ^^^^^^^ help: remove it entirely
6   |
7   = note: `-D clippy::single-component-path-imports` implied by `-D warnings`
8
9error: aborting due to previous error
10
11