rust/src/test/ui/issues/issue-11692-2.stderr

9 lines
221 B
Plaintext
Raw Normal View History

2018-09-05 14:43:11 -05:00
error: `test` can only be used in attributes
2018-07-15 16:11:54 -05:00
--> $DIR/issue-11692-2.rs:12:13
|
2018-09-05 14:43:11 -05:00
LL | concat!(test!()); //~ ERROR `test` can only be used in attributes
2018-07-15 16:11:54 -05:00
| ^^^^
error: aborting due to previous error