blob: 4b17747f10908886e26c49f08a9c493de55a2b39 [file] [log] [blame]
error: compilation successful
--> $DIR/issue-24883.rs:25:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | let _ = a::c::Bar(a::b::Foo);
LL | | let _ = a::Bar(a::b::Foo);
LL | | }
| |_^
error: aborting due to previous error