2023-07-26 09:46:49 -05:00
|
|
|
//@ check-pass
|
|
|
|
//@ aux-build: ../ambiguous-1.rs
|
|
|
|
// https://github.com/rust-lang/rust/pull/113099#issuecomment-1633574396
|
|
|
|
|
|
|
|
extern crate ambiguous_1;
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
ambiguous_1::id();
|
2024-01-21 05:17:28 -06:00
|
|
|
//^ FIXME: `id` should be identified as an ambiguous item.
|
2023-07-26 09:46:49 -05:00
|
|
|
}
|