]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/macro-outer-attributes.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / macros / macro-outer-attributes.stderr
CommitLineData
b7449926 1error[E0425]: cannot find function `bar` in module `a`
0731742a 2 --> $DIR/macro-outer-attributes.rs:18:8
b7449926 3 |
532ac7d7 4LL | a::bar();
b7449926 5 | ^^^ not found in `a`
e74abb32 6 |
b7449926
XL
7help: possible candidate is found in another module, you can import it into scope
8 |
9LL | use b::bar;
10 |
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0425`.