2023-06-27 16:13:50 -05:00
|
|
|
error[E0282]: type annotations needed
|
2024-05-04 03:58:31 -05:00
|
|
|
--> $DIR/param-env-region-infer.rs:20:10
|
2023-06-27 16:13:50 -05:00
|
|
|
|
|
|
|
|
LL | t as _
|
|
|
|
| ^ cannot infer type
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-06-27 16:13:50 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0282`.
|