]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rust-2018/uniform-paths/issue-56596.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / rust-2018 / uniform-paths / issue-56596.stderr
CommitLineData
69743fb6 1error[E0659]: `issue_56596` is ambiguous (name vs any other name during import resolution)
0731742a 2 --> $DIR/issue-56596.rs:12:5
69743fb6 3 |
532ac7d7 4LL | use issue_56596;
69743fb6
XL
5 | ^^^^^^^^^^^ ambiguous name
6 |
416331ca
XL
7 = note: `issue_56596` could refer to a crate passed with `--extern`
8 = help: use `::issue_56596` to refer to this crate unambiguously
69743fb6 9note: `issue_56596` could also refer to the module imported here
0731742a 10 --> $DIR/issue-56596.rs:11:5
69743fb6
XL
11 |
12LL | use m::*;
13 | ^^^^
14 = help: use `crate::issue_56596` to refer to this module unambiguously
15
16error: aborting due to previous error
17
18For more information about this error, try `rustc --explain E0659`.