blob: 52f0f0cffff9b6db6878d045c529f3d58a61bdf3 [file] [log] [blame]
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`.