diff options
Diffstat (limited to 'tests/ui/proc-macro/ambiguous-builtin-attrs-test.stderr')
-rw-r--r-- | tests/ui/proc-macro/ambiguous-builtin-attrs-test.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/ambiguous-builtin-attrs-test.stderr b/tests/ui/proc-macro/ambiguous-builtin-attrs-test.stderr new file mode 100644 index 000000000..316eb636b --- /dev/null +++ b/tests/ui/proc-macro/ambiguous-builtin-attrs-test.stderr @@ -0,0 +1,9 @@ +error[E0425]: cannot find value `NonExistent` in this scope + --> $DIR/ambiguous-builtin-attrs-test.rs:19:5 + | +LL | NonExistent; + | ^^^^^^^^^^^ not found in this scope + +error: aborting due to previous error + +For more information about this error, try `rustc --explain E0425`. |