summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/new-solver/runaway-impl-candidate-selection.stderr
blob: 47004821ad7c6c1ce0058b2c17ede639331b365d (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/runaway-impl-candidate-selection.rs:13:22
   |
LL |     println!("{:?}", iter::<_>());
   |                      ^^^^^^^^^ cannot infer type of the type parameter `T` declared on the function `iter`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0282`.