I have to revise left and right

This commit is contained in:
LeSeulArtichaut 2019-12-10 21:52:36 +01:00
parent 8fb729ccda
commit cf8c0d7a04
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
Some("std::ops::Shl"))
},
hir::BinOpKind::Shr => {
(format!("no implementation for `{} << {}", lhs_ty, rhs_ty),
(format!("no implementation for `{} >> {}", lhs_ty, rhs_ty),
Some("std::ops::Shr"))
},
_ => (format!(