Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 86a5a65

Browse files
nikomatsakislqd
andauthored
Update compiler/rustc_middle/src/ty/normalize_erasing_regions.rs
Co-authored-by: Rémy Rakic <[email protected]>
1 parent 9bdfde0 commit 86a5a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/normalize_erasing_regions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl TypeFolder<'tcx> for NormalizeAfterErasingRegionsFolder<'tcx> {
113113

114114
#[inline]
115115
fn fold_mir_const(&mut self, c: mir::ConstantKind<'tcx>) -> mir::ConstantKind<'tcx> {
116-
// FIXME: This *probalby* needs canonicalization too!
116+
// FIXME: This *probably* needs canonicalization too!
117117
let arg = self.param_env.and(c);
118118
self.tcx.normalize_mir_const_after_erasing_regions(arg)
119119
}

0 commit comments

Comments
 (0)