I have to revise left and right
This commit is contained in:
parent
8fb729ccda
commit
cf8c0d7a04
1 changed files with 1 additions and 1 deletions
|
|
@ -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!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue