]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/only-for-fns.rs
Pin panic-in-drop=abort test to old pass manager
[rust.git] / src / test / ui / rfc-2091-track-caller / only-for-fns.rs
1 #[track_caller]
2 struct S;
3 //~^^ ERROR attribute should be applied to function
4
5 fn main() {}