We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c55c83 commit ac0027dCopy full SHA for ac0027d
compiler/rustc_builtin_macros/src/deriving/mod.rs
@@ -134,7 +134,7 @@ fn inject_impl_of_structural_trait(
134
135
// Create the type of `self`.
136
//
137
- // in addition, remove defaults from type params (impls cannot have them).
+ // in addition, remove defaults from generic params (impls cannot have them).
138
let self_params: Vec<_> = generics
139
.params
140
.iter_mut()
0 commit comments