blob: 162c6387088e76f9a472c713045affe4d5b54b65 [file] [log] [blame]
#![feature(track_caller)] //~ WARN the feature `track_caller` is incomplete
#[track_caller] //~ ERROR Rust ABI is required to use `#[track_caller]`
extern "C" fn f() {}
fn main() {}