Skip to content

Commit cf8c0d7

Browse files
I have to revise left and right
1 parent 8fb729c commit cf8c0d7

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_typeck/check

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/op.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
372372
Some("std::ops::Shl"))
373373
},
374374
hir::BinOpKind::Shr => {
375-
(format!("no implementation for `{} << {}", lhs_ty, rhs_ty),
375+
(format!("no implementation for `{} >> {}", lhs_ty, rhs_ty),
376376
Some("std::ops::Shr"))
377377
},
378378
_ => (format!(

0 commit comments

Comments
 (0)