Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
imports
/
ambiguous-4.rs
blob: d604dca30eed8c08f95ab703c7de56e90293431b [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2015
//@ check-pass
//@ aux-build: ../ambiguous-4-extern.rs
extern
crate ambiguous_4_extern
;
fn
main
()
{
ambiguous_4_extern
::
id
();
//^ FIXME: `id` should be identified as an ambiguous item.
}