2018-07-15 16:11:54 -05:00
|
|
|
error[E0380]: auto traits cannot have methods or associated items
|
2020-08-13 14:45:08 -05:00
|
|
|
--> $DIR/issue-23080-2.rs:5:10
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2020-03-06 12:55:21 -06:00
|
|
|
LL | unsafe auto trait Trait {
|
|
|
|
| ----- auto trait cannot have items
|
|
|
|
LL | type Output;
|
|
|
|
| ^^^^^^
|
2018-07-15 16:11:54 -05:00
|
|
|
|
2020-08-13 14:45:08 -05:00
|
|
|
error: aborting due to previous error
|
2018-07-15 16:11:54 -05:00
|
|
|
|
2020-08-13 14:45:08 -05:00
|
|
|
For more information about this error, try `rustc --explain E0380`.
|