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 2cf4b87 commit 311578dCopy full SHA for 311578d
compiler/rustc_mir/src/borrow_check/diagnostics/bound_region_errors.rs
@@ -269,7 +269,7 @@ fn try_extract_error_from_fulfill_cx<'tcx>(
269
) -> Option<DiagnosticBuilder<'tcx>> {
270
let tcx = infcx.tcx;
271
272
- // We generally shouldn't have here because the query was
+ // We generally shouldn't have errors here because the query was
273
// already run, but there's no point using `delay_span_bug`
274
// when we're going to emit an error here anyway.
275
let _errors = fulfill_cx.select_all_or_error(infcx).err().unwrap_or_else(Vec::new);
0 commit comments