]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/traits/resolution-in-overloaded-op.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / traits / resolution-in-overloaded-op.stderr
index 3ae6bf130cc7e8b9cb95dad9ca88685183f1a6ba..34fae64e4d20fe9b2d682c78125d25ec812dab79 100644 (file)
@@ -6,7 +6,7 @@ LL |     a * b
    |     |
    |     &T
    |
-help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement
+help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement
    |
 LL | fn foo<T: MyMul<f64, f64>>(a: &T, b: f64) -> f64 where &T: Mul<f64> {
    |                                                  ++++++++++++++++++