about summary refs log tree commit diff
path: root/tests/ui/typeck/issue-65611.stderr
blob: 52f0f0cffff9b6db6878d045c529f3d58a61bdf3 (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/issue-65611.rs:59:13
   |
LL |     let x = buffer.last().unwrap().0.clone();
   |             ^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T`

error: aborting due to 1 previous error

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