]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2091-track-caller/error-with-trait-fn-impl.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / rfc-2091-track-caller / error-with-trait-fn-impl.stderr
CommitLineData
e74abb32
XL
1error[E0738]: `#[track_caller]` may not be used on trait methods
2 --> $DIR/error-with-trait-fn-impl.rs:10:5
3 |
4LL | #[track_caller]
5 | ^^^^^^^^^^^^^^^
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0738`.