Skip to content

Commit df63e41

Browse files
authored
Update compiler/rustc_type_ir/src/fast_reject.rs
1 parent 42adee0 commit df63e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/src/fast_reject.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub enum TreatParams {
8686
/// since they could be further normalized.
8787
// FIXME(@lcnr): This treats aliases as rigid. This is only correct if the
8888
// type has been structurally normalized. We should reflect this requirement
89-
// in the variant name. It is currentl used incorrect in diagnostics.
89+
// in the variant name. It is currently incorrectly used in diagnostics.
9090
AsRigid,
9191
}
9292

0 commit comments

Comments
 (0)