#[track_caller] can not be applied on struct.
#[track_caller]
Erroneous code example:
#[track_caller] struct Bar { a: u8, }
Back to list of error codes