]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-name-typo.stderr
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[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: a macro with a similar name exists: `println`
6    |
7   ::: $SRC_DIR/std/src/macros.rs:LL:COL
8    |
9 LL | macro_rules! println {
10    | -------------------- similarly named macro `println` defined here
11
12 error: aborting due to previous error
13