mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Add missing tick for doc
This commit is contained in:
parent
633a2e31ef
commit
f6bd213569
@ -185,7 +185,7 @@ pub enum TyKind<'tcx> {
|
||||
/// After typeck, the concrete type can be found in the `types` map.
|
||||
Opaque(DefId, SubstsRef<'tcx>),
|
||||
|
||||
/// A type parameter; for example, `T` in `fn f<T>(x: T) {}
|
||||
/// A type parameter; for example, `T` in `fn f<T>(x: T) {}`.
|
||||
Param(ParamTy),
|
||||
|
||||
/// Bound type variable, used only when preparing a trait query.
|
||||
|
Loading…
Reference in New Issue
Block a user