Skip to content

Commit b32f53b

Browse files
committed
---
yaml --- r: 49080 b: refs/heads/snap-stage3 c: 2e0b363 h: refs/heads/master v: v3
1 parent 3173548 commit b32f53b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: b26ae289d0c69350742daa9cadb1c099d2ec3816
4+
refs/heads/snap-stage3: 2e0b363a7f8fc4f481eec48e104573f95b52ef6f
55
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libsyntax/parse/parser.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,14 +3116,6 @@ pub impl Parser {
31163116
// impl<T> Foo { ... }
31173117
// impl<T> ToStr for ~[T] { ... }
31183118
fn parse_item_impl(&self, visibility: ast::visibility) -> item_info {
3119-
fn wrap_path(p: &Parser, pt: @path) -> @Ty {
3120-
@Ty {
3121-
id: p.get_id(),
3122-
node: ty_path(pt, p.get_id()),
3123-
span: pt.span,
3124-
}
3125-
}
3126-
31273119
// First, parse type parameters if necessary.
31283120
let generics = self.parse_generics();
31293121

0 commit comments

Comments
 (0)