9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
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
|
|
|