]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/partialeq_help.stderr
Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser
[rust.git] / src / test / ui / partialeq_help.stderr
index e14e17c162233ac3008ef32752b00ed9d1395b1a..528306b22dd5a34806b23eb89ec5e8acc1b74e46 100644 (file)
@@ -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<T: PartialEq>(a: &T, b: T) where &T: PartialEq<T> {
-   |                                   ^^^^^^^^^^^^^^^^^^^^^^
+   |                                   ++++++++++++++++++++++
 
 error: aborting due to previous error