We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52418d6 commit b704843Copy full SHA for b704843
src/test/ui/rust-2018/issue-54400-unused-extern-crate-attr-span.stderr
@@ -1,11 +1,9 @@
1
error: unused extern crate
2
- --> $DIR/issue-54400-unused-extern-crate-attr-span.rs:12:1
+ --> $DIR/issue-54400-unused-extern-crate-attr-span.rs:11:1
3
|
4
LL | / #[cfg(blandiloquence)]
5
LL | | extern crate edition_lint_paths;
6
- | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
7
- | |________________________________|
8
- | help: remove it
+ | |________________________________^ help: remove it
9
10
note: the lint level is defined here
11
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:6:9
0 commit comments