X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fissues%2Fissue-65611.stderr;h=20e2ba144d92636e359de3919603bda17285d07f;hb=da023c0c6f3cdc72d72ef047c2dadb1a59c646df;hp=3be08b233e470acafffbd1dfbcab06ada41b4e6a;hpb=45550ef2ff47020ab8af5feb08669c8c4ab879e9;p=rust.git diff --git a/src/test/ui/issues/issue-65611.stderr b/src/test/ui/issues/issue-65611.stderr index 3be08b233e4..20e2ba144d9 100644 --- a/src/test/ui/issues/issue-65611.stderr +++ b/src/test/ui/issues/issue-65611.stderr @@ -4,7 +4,7 @@ error[E0282]: type annotations needed LL | let x = buffer.last().unwrap().0.clone(); | -------^^^^-- | | | - | | cannot infer type for `T` + | | cannot infer type for type parameter `T` | this method call resolves to `std::option::Option<&T>` | = note: type must be known at this point