1 2 3 4 5 6 7 8
#![allow(nonstandard_style)] use f::f::f; //~ ERROR trait f { extern "C" fn f(); } fn main() {}