parent
3ad1c83540
commit
45c397d738
1 changed files with 1 additions and 1 deletions
|
|
@ -1264,7 +1264,7 @@ pub struct BareFnTy {
|
|||
/// The different kinds of types recognized by the compiler
|
||||
pub enum Ty_ {
|
||||
TyVec(P<Ty>),
|
||||
/// A fixed length array (`[T, ..n]`)
|
||||
/// A fixed length array (`[T; n]`)
|
||||
TyFixedLengthVec(P<Ty>, P<Expr>),
|
||||
/// A raw pointer (`*const T` or `*mut T`)
|
||||
TyPtr(MutTy),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue