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