#[track_caller] must be applied to a function
Erroneous code example:
#[track_caller]
struct Bar {
a: u8,
}
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/error_codes/E0739.html