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