rust/tests/ui/dyn-star/param-env-region-infer.current.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
246 B
Plaintext
Raw Normal View History

2023-06-27 21:13:50 +00:00
error[E0282]: type annotations needed
2023-08-03 12:43:36 +00:00
--> $DIR/param-env-region-infer.rs:19:10
2023-06-27 21:13:50 +00:00
|
LL | t as _
| ^ cannot infer type
error: aborting due to 1 previous error
2023-06-27 21:13:50 +00:00
For more information about this error, try `rustc --explain E0282`.