#[track_caller] can not be applied on struct.

Erroneous code example:

#[track_caller]
struct Bar {
    a: u8,
}