#### Note: this error code is no longer emitted by the compiler. `#[track_caller]` must be applied to a function Erroneous code example: ```ignore (no longer emitted) #[track_caller] struct Bar { a: u8, } ``` [RFC 2091]: https://github.com/rust-lang/rfcs/blob/master/text/2091-inline-semantic.md