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