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 5bf1413 commit 95a5bebCopy full SHA for 95a5beb
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
@@ -7,7 +7,6 @@ use rustc_errors::{
7
};
8
use rustc_hir as hir;
9
use rustc_hir::intravisit::{walk_block, walk_expr, Visitor};
10
-// use rustc_hir::{AsyncGeneratorKind, GeneratorKind, LoopSource::ForLoop};
11
use rustc_hir::{AsyncGeneratorKind, GeneratorKind};
12
use rustc_infer::infer::TyCtxtInferExt;
13
use rustc_infer::traits::ObligationCause;
0 commit comments