blob: 4152d2eb96ea34e03e117c6876e8dc49dd6ee232 [file] [log] [blame]
error: cannot find macro `printlx!` in this scope
--> $DIR/macro-name-typo.rs:12:5
|
LL | printlx!("oh noes!"); //~ ERROR cannot find
| ^^^^^^^ help: you could try the macro: `println`
error: aborting due to previous error