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