2017-05-16 08:11:34 -05:00
|
|
|
error: cannot find macro `printlx!` in this scope
|
|
|
|
--> $DIR/macro-name-typo.rs:12:5
|
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
12 | printlx!("oh noes!"); //~ ERROR cannot find
|
2018-01-14 15:08:22 -06:00
|
|
|
| ^^^^^^^ help: you could try the macro: `println`
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2017-05-16 08:12:24 -05:00
|
|
|
error: aborting due to previous error
|
2017-05-16 08:11:34 -05:00
|
|
|
|