11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
|
error: cannot find macro `printlx!` in this scope
|
||
|
--> $DIR/macro-name-typo.rs:12:5
|
||
|
|
|
||
|
12 | printlx!("oh noes!");
|
||
|
| ^^^^^^^
|
||
|
|
|
||
|
= help: did you mean `println!`?
|
||
|
|
||
|
error: aborting due to previous error(s)
|
||
|
|