2024-02-22 18:18:33 +01:00
|
|
|
error[E0275]: overflow assigning `Box<_>` to `_`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/occurs-check-2.rs:7:9
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2021-08-25 02:39:40 +02:00
|
|
|
LL | f = Box::new(g);
|
2024-01-15 11:44:56 +01:00
|
|
|
| ^^^^^^^^^^^
|
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`.
|