W3cubDocs

/Rust

Error code E0739

Note: this error code is no longer emitted by the compiler.

#[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