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 Permalink Normal View History

2023-06-27 16:13:50 -05:00
error[E0282]: type annotations needed
--> $DIR/param-env-region-infer.rs:20:10
2023-06-27 16:13:50 -05:00
|
LL | t as _
| ^ cannot infer type
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`.