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 9bdfde0 commit 86a5a65Copy full SHA for 86a5a65
compiler/rustc_middle/src/ty/normalize_erasing_regions.rs
@@ -113,7 +113,7 @@ impl TypeFolder<'tcx> for NormalizeAfterErasingRegionsFolder<'tcx> {
113
114
#[inline]
115
fn fold_mir_const(&mut self, c: mir::ConstantKind<'tcx>) -> mir::ConstantKind<'tcx> {
116
- // FIXME: This *probalby* needs canonicalization too!
+ // FIXME: This *probably* needs canonicalization too!
117
let arg = self.param_env.and(c);
118
self.tcx.normalize_mir_const_after_erasing_regions(arg)
119
}
0 commit comments