2024-02-22 18:18:33 +01:00
|
|
|
error[E0275]: overflow assigning `Clam<_>` to `_`
|
2024-01-15 11:44:56 +01:00
|
|
|
--> $DIR/occurs-check-3.rs:6:9
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2024-01-15 11:44:56 +01:00
|
|
|
LL | c = Clam::A(c);
|
|
|
|
| ^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2024-01-15 11:44:56 +01:00
|
|
|
For more information about this error, try `rustc --explain E0275`.
|