]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-name-typo.stderr
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / 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: a macro with a similar name exists: `println`
6   --> $SRC_DIR/std/src/macros.rs:LL:COL
7    |
8    = note: similarly named macro `println` defined here
9
10 error: aborting due to previous error
11