2021-10-03 17:58:10 +02:00
|
|
|
error[E0568]: auto traits cannot have super traits or lifetime bounds
|
2025-02-28 23:37:37 +00:00
|
|
|
--> $DIR/supertrait-auto-trait.rs:8:19
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | auto trait Magic: Copy {}
|
2025-02-28 23:37:37 +00:00
|
|
|
| ----- ^^^^
|
2020-03-06 10:55:21 -08:00
|
|
|
| |
|
2023-02-25 13:53:42 +00:00
|
|
|
| auto traits cannot have super traits or lifetime bounds
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2025-03-09 01:53:57 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2025-03-09 01:53:57 +00:00
|
|
|
For more information about this error, try `rustc --explain E0568`.
|