summaryrefslogtreecommitdiffstats
path: root/tests/ui/hygiene/arguments.stderr
blob: d072086e086d69d4411deaa1ba5cf97053af0db8 (plain)
1
2
3
4
5
6
7
8
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`.