rust/tests/ui/dyn-star/param-env-region-infer.current.stderr
Zalathar 14d56e8338 Fix test problems discovered by the revision check
Most of these changes either add revision names that were apparently missing,
or explicitly mark a revision name as currently unused.
2024-05-09 14:47:09 +10:00

10 lines
246 B
Plaintext

error[E0282]: type annotations needed
--> $DIR/param-env-region-infer.rs:20:10
|
LL | t as _
| ^ cannot infer type
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0282`.