]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/typeck-auto-trait-no-supertraits.stderr
Update const_forget.rs
[rust.git] / src / test / ui / typeck / typeck-auto-trait-no-supertraits.stderr
1 error[E0568]: auto traits cannot have super traits
2   --> $DIR/typeck-auto-trait-no-supertraits.rs:27:1
3    |
4 LL | auto trait Magic: Copy {}
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0568`.