]> git.proxmox.com Git - rustc.git/blame - src/test/ui/auto-traits/issue-23080.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / auto-traits / issue-23080.stderr
CommitLineData
c295e0f8 1error[E0380]: auto traits cannot have associated items
ba9703b0 2 --> $DIR/issue-23080.rs:5:8
8faf50e0 3 |
c295e0f8
XL
4LL | unsafe auto trait Trait {
5 | ----- auto trait cannot have associated items
6LL | fn method(&self) {
7 | _____- ^^^^^^
8LL | | println!("Hello");
9LL | | }
10 | |_____- help: remove these associated items
8faf50e0
XL
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0380`.