Sign in
rust
/
rust
/
7bb6510fc1899b008837a376a7fdf31b341cc1bb
/
.
/
compiler
/
rustc_error_codes
/
src
/
error_codes
/
E0739.md
blob: 8d9039bef93f6da0bedc75231f51bb5b403d73d0 [
file
] [
log
] [
blame
] [
view
]
`#[track_caller]`
can
not
be applied on
struct
.
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