We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7764fd9 commit c7a6bd6Copy full SHA for c7a6bd6
[refs]
@@ -1,7 +1,7 @@
1
---
2
refs/heads/master: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
-refs/heads/snap-stage3: f258ee7d96577a2b54c94ff26d15fa3b703e8462
+refs/heads/snap-stage3: 799332fa3f968544831ed66e4e32bf331beddbc0
5
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
branches/snap-stage3/src/libsyntax/parse/parser.rs
@@ -14,7 +14,7 @@ pub use self::PathParsingMode::*;
14
use self::ItemOrViewItem::*;
15
16
use abi;
17
-use ast::{AssociatedType, BareFnTy, ClosureTy};
+use ast::{AssociatedType, BareFnTy};
18
use ast::{RegionTyParamBound, TraitTyParamBound, TraitBoundModifier};
19
use ast::{ProvidedMethod, Public, Unsafety};
20
use ast::{Mod, BiAdd, Arg, Arm, Attribute, BindByRef, BindByValue};
@@ -30,7 +30,6 @@ use ast::{ExprLit, ExprLoop, ExprMac, ExprRange};
30
use ast::{ExprMethodCall, ExprParen, ExprPath};
31
use ast::{ExprRepeat, ExprRet, ExprStruct, ExprTup, ExprUnary};
32
use ast::{ExprVec, ExprWhile, ExprWhileLet, ExprForLoop, Field, FnDecl};
33
-use ast::{Many};
34
use ast::{FnUnboxedClosureKind, FnMutUnboxedClosureKind};
35
use ast::{FnOnceUnboxedClosureKind};
36
use ast::{ForeignItem, ForeignItemStatic, ForeignItemFn, ForeignMod, FunctionRetTy};
0 commit comments