Sign in
rust
/
rust
/
86193fa8a04bcbdeee9917c2a2d1e2ea7054c0a6
/
.
/
compiler
/
rustc_error_codes
/
src
/
error_codes
/
E0739.md
blob: 406d3d52779db2adaa5e66b9a4ec6dd17b60e9c1 [
file
] [
log
] [
blame
] [
view
]
`#[track_caller]`
must be applied to a
function
Erroneous
code example
:
```compile_fail,E0739
#[track_caller]
struct Bar {
a: u8,
}
```
[
RFC
2091
]:
https
:
//github.com/rust-lang/rfcs/blob/master/text/2091-inline-semantic.md