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