diff options
Diffstat (limited to 'tests/ui/hygiene/arguments.stderr')
-rw-r--r-- | tests/ui/hygiene/arguments.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/hygiene/arguments.stderr b/tests/ui/hygiene/arguments.stderr new file mode 100644 index 000000000..d072086e0 --- /dev/null +++ b/tests/ui/hygiene/arguments.stderr @@ -0,0 +1,9 @@ +error[E0412]: cannot find type `S` in this scope + --> $DIR/arguments.rs:16:8 + | +LL | m!(S, S); + | ^ not found in this scope + +error: aborting due to previous error + +For more information about this error, try `rustc --explain E0412`. |