summaryrefslogtreecommitdiffstats
path: root/tests/ui/binop/binop-mul-i32-f32.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binop/binop-mul-i32-f32.stderr')
-rw-r--r--tests/ui/binop/binop-mul-i32-f32.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/binop/binop-mul-i32-f32.stderr b/tests/ui/binop/binop-mul-i32-f32.stderr
index c986bc3fd..115e70006 100644
--- a/tests/ui/binop/binop-mul-i32-f32.stderr
+++ b/tests/ui/binop/binop-mul-i32-f32.stderr
@@ -6,10 +6,10 @@ LL | x * y
|
= help: the trait `Mul<f32>` is not implemented for `i32`
= help: the following other types implement trait `Mul<Rhs>`:
+ <i32 as Mul>
+ <i32 as Mul<&i32>>
<&'a i32 as Mul<i32>>
<&i32 as Mul<&i32>>
- <i32 as Mul<&i32>>
- <i32 as Mul>
error: aborting due to previous error