]> git.proxmox.com Git - rustc.git/blame - src/test/ui/export2.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / export2.stderr
CommitLineData
1b1a35ee 1error[E0433]: failed to resolve: use of undeclared crate or module `bar`
0731742a 2 --> $DIR/export2.rs:2:18
b7449926 3 |
532ac7d7 4LL | pub fn x() { bar::x(); }
1b1a35ee 5 | ^^^ use of undeclared crate or module `bar`
b7449926
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0433`.