We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f938b commit ba2e0caCopy full SHA for ba2e0ca
compiler/rustc_middle/src/ty/fast_reject.rs
@@ -50,7 +50,7 @@ where
50
51
#[derive(PartialEq, Eq, Debug, Clone, Copy)]
52
pub enum TreatParams {
53
- /// Treat parametes as bound types in the given environment.
+ /// Treat parameters as bound types in the given environment.
54
///
55
/// For this to be correct the input has to be fully normalized
56
/// in its param env as it may otherwise cause us to ignore
0 commit comments