summaryrefslogtreecommitdiffstats
path: root/tests/ui/hygiene/arguments.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/hygiene/arguments.stderr')
-rw-r--r--tests/ui/hygiene/arguments.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/hygiene/arguments.stderr b/tests/ui/hygiene/arguments.stderr
index d072086e0..714178375 100644
--- a/tests/ui/hygiene/arguments.stderr
+++ b/tests/ui/hygiene/arguments.stderr
@@ -1,5 +1,5 @@
error[E0412]: cannot find type `S` in this scope
- --> $DIR/arguments.rs:16:8
+ --> $DIR/arguments.rs:14:8
|
LL | m!(S, S);
| ^ not found in this scope