We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633a2e3 commit f6bd213Copy full SHA for f6bd213
src/librustc_middle/ty/sty.rs
@@ -185,7 +185,7 @@ pub enum TyKind<'tcx> {
185
/// After typeck, the concrete type can be found in the `types` map.
186
Opaque(DefId, SubstsRef<'tcx>),
187
188
- /// A type parameter; for example, `T` in `fn f<T>(x: T) {}
+ /// A type parameter; for example, `T` in `fn f<T>(x: T) {}`.
189
Param(ParamTy),
190
191
/// Bound type variable, used only when preparing a trait query.
0 commit comments