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 2ea6094 commit 4831146Copy full SHA for 4831146
src/librustc_mir/borrow_check/nll/pick_constraints.rs
@@ -1,5 +1,3 @@
1
-#![allow(dead_code)] // TODO
2
-
3
use crate::rustc::ty::{self, Ty};
4
use rustc::hir::def_id::DefId;
5
use rustc::infer::region_constraints::PickConstraint;
src/librustc_mir/borrow_check/nll/region_infer/mod.rs
@@ -1486,7 +1486,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
1486
&self,
1487
infcx: &InferCtxt<'_, 'tcx>,
1488
mir_def_id: DefId,
1489
- errors_buffer: &mut Vec<Diagnostic>, // TODO
+ errors_buffer: &mut Vec<Diagnostic>,
1490
) {
1491
let pick_constraints = self.pick_constraints.clone();
1492
for p_c_i in pick_constraints.all_indices() {
0 commit comments