File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 3ad1c8354051174921c04c6b376fc205790f90b7
2
+ refs/heads/master: 45c397d738ac9cbf3d0ea2233142023ca148c893
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
5
5
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1
Original file line number Diff line number Diff line change @@ -1264,7 +1264,7 @@ pub struct BareFnTy {
1264
1264
/// The different kinds of types recognized by the compiler
1265
1265
pub enum Ty_ {
1266
1266
TyVec ( P < Ty > ) ,
1267
- /// A fixed length array (`[T, .. n]`)
1267
+ /// A fixed length array (`[T; n]`)
1268
1268
TyFixedLengthVec ( P < Ty > , P < Expr > ) ,
1269
1269
/// A raw pointer (`*const T` or `*mut T`)
1270
1270
TyPtr ( MutTy ) ,
You can’t perform that action at this time.
0 commit comments