2024-02-22 11:18:33 -06:00
|
|
|
error[E0275]: overflow assigning `Box<_>` to `_`
|
2024-01-15 04:44:56 -06:00
|
|
|
--> $DIR/occurs-check.rs:3:9
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2021-08-24 19:39:40 -05:00
|
|
|
LL | f = Box::new(f);
|
2024-01-15 04:44:56 -06:00
|
|
|
| ^^^^^^^^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2024-01-15 04:44:56 -06:00
|
|
|
For more information about this error, try `rustc --explain E0275`.
|