blob: d072086e086d69d4411deaa1ba5cf97053af0db8 [file] [log] [blame]
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`.