blob: bf40eaad65390026cdbe4e748f987655bdfa1528 [file] [log] [blame]
error[E0568]: auto traits cannot have super traits
--> $DIR/typeck-auto-trait-no-supertraits.rs:27:1
|
LL | auto trait Magic: Copy {} //~ ERROR E0568
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0568`.