summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0665.stderr
blob: 2c2b498e39a43c85502d21828fe50d1e9b89abbb (plain)
1
2
3
4
5
6
7
8
9
error[E0665]: `Default` cannot be derived for enums, only structs
  --> $DIR/E0665.rs:1:10
   |
LL | #[derive(Default)]
   |          ^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0665`.