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