Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
rfcs
/
rfc-2091-track-caller
/
only-for-fns.rs
blob: 53a856e0df301bc16d99669ada805d7e8bece9b8 [
file
] [
log
] [
blame
]
#[
track_caller
]
struct
S
;
//~^^ ERROR attribute cannot be used on
fn
main
()
{}