I tried this code:
#![feature(extern_item_impls)]
#[eii]
fn foo();
#[foo]
#[unsafe(no_mangle)]
fn bar() {}
I expected to see this happen: Error emitted as EIIs work through matching symbol names.
Instead, this happened: No error is emitted.
Meta
rustc --version --verbose:
1.99.0-nightly (2026-07-08 14cae681329a63c622a6)
I tried this code:
I expected to see this happen: Error emitted as EIIs work through matching symbol names.
Instead, this happened: No error is emitted.
Meta
rustc --version --verbose: