blob: 0fd59b4bf4918f69c040800fc2b676a128ac59d5 [file] [log] [blame]
#![feature(track_caller)]
#[track_caller]
struct S;
//~^^ ERROR attribute should be applied to function
fn main() {}