]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-name-typo.stderr
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
[rust.git] / src / test / ui / macros / macro-name-typo.stderr
1 error: cannot find macro `printlx!` in this scope
2   --> $DIR/macro-name-typo.rs:2:5
3    |
4 LL |     printlx!("oh noes!");
5    |     ^^^^^^^ help: you could try the macro: `println`
6
7 error: aborting due to previous error
8