X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fpartialeq_help.stderr;h=528306b22dd5a34806b23eb89ec5e8acc1b74e46;hb=d60b4f52c92facae291151dd5a23399f8044d01e;hp=e14e17c162233ac3008ef32752b00ed9d1395b1a;hpb=3d5d4e324d683ad5519345089d4a1ecb3c3d1f42;p=rust.git diff --git a/src/test/ui/partialeq_help.stderr b/src/test/ui/partialeq_help.stderr index e14e17c1622..528306b22dd 100644 --- a/src/test/ui/partialeq_help.stderr +++ b/src/test/ui/partialeq_help.stderr @@ -8,7 +8,7 @@ LL | a == b; help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement | LL | fn foo(a: &T, b: T) where &T: PartialEq { - | ^^^^^^^^^^^^^^^^^^^^^^ + | ++++++++++++++++++++++ error: aborting due to previous error