summaryrefslogtreecommitdiffstats
path: root/src/test/ui/extern-flag/no-nounused.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/extern-flag/no-nounused.stderr')
-rw-r--r--src/test/ui/extern-flag/no-nounused.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/ui/extern-flag/no-nounused.stderr b/src/test/ui/extern-flag/no-nounused.stderr
new file mode 100644
index 000000000..6446c5323
--- /dev/null
+++ b/src/test/ui/extern-flag/no-nounused.stderr
@@ -0,0 +1,10 @@
+error: external crate `somedep` unused in `no_nounused`: remove the dependency or add `use somedep as _;`
+ --> $DIR/no-nounused.rs:5:1
+ |
+LL | fn main() {
+ | ^
+ |
+ = note: requested on the command line with `-D unused-crate-dependencies`
+
+error: aborting due to previous error
+