]> git.proxmox.com Git - rustc.git/blob - src/test/ui/macros/macro-name-typo.stderr
New upstream version 1.44.1+dfsg1
[rustc.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/libstd/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