We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e004d commit e1bf56dCopy full SHA for e1bf56d
src/librustc_borrowck/borrowck/mod.rs
@@ -896,7 +896,7 @@ impl BorrowckCtxt<'_, 'tcx> {
896
// to implement two traits for "one operator" is not very intuitive for
897
// many programmers.
898
if err.cmt.note == mc::NoteIndex {
899
- let node = self.tcx.hir().get_by_hir_id(err.cmt.hir_id);
+ let node = self.tcx.hir().get_by_hir_id(err.cmt.hir_id);
900
901
// This pattern probably always matches.
902
if let Node::Expr(
0 commit comments