Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// build-pass
// aux-build: ../ambiguous-4-extern.rs
extern crate ambiguous_4_extern;
fn main() {
ambiguous_4_extern::id();
// `warning_ambiguous` had been lost at metadata.
}