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 57f2894 commit 821ac82Copy full SHA for 821ac82
compiler/rustc_type_ir/src/fast_reject.rs
@@ -86,7 +86,7 @@ pub enum TreatParams {
86
/// since they could be further normalized.
87
// FIXME(@lcnr): This treats aliases as rigid. This is only correct if the
88
// type has been structurally normalized. We should reflect this requirement
89
- // in the variant name. It is currentl used incorrect in diagnostics.
+ // in the variant name. It is currently incorrectly used in diagnostics.
90
AsRigid,
91
}
92
0 commit comments