// build-fail // compile-flags: -C symbol-mangling-version=v0 #![feature(extern_types)] #![feature(rustc_attrs)] extern "C" { type ForeignType; } struct Check(T); #[rustc_symbol_name] //~^ ERROR symbol-name(_RMCs //~| ERROR demangling(>) impl Check {} fn main() {}