14d56e8338
Most of these changes either add revision names that were apparently missing, or explicitly mark a revision name as currently unused.
10 lines
246 B
Plaintext
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`.
|