diff options
Diffstat (limited to 'tests/ui/editions/edition-imports-2018.stderr')
-rw-r--r-- | tests/ui/editions/edition-imports-2018.stderr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ui/editions/edition-imports-2018.stderr b/tests/ui/editions/edition-imports-2018.stderr new file mode 100644 index 000000000..e7f760e49 --- /dev/null +++ b/tests/ui/editions/edition-imports-2018.stderr @@ -0,0 +1,10 @@ +error: cannot glob-import all possible crates + --> $DIR/edition-imports-2018.rs:24:5 + | +LL | gen_glob!(); + | ^^^^^^^^^^^ + | + = note: this error originates in the macro `gen_glob` (in Nightly builds, run with -Z macro-backtrace for more info) + +error: aborting due to previous error + |