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 b26ae28 commit 2e0b363Copy full SHA for 2e0b363
src/libsyntax/parse/parser.rs
@@ -3116,14 +3116,6 @@ pub impl Parser {
3116
// impl<T> Foo { ... }
3117
// impl<T> ToStr for ~[T] { ... }
3118
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
-
3127
// First, parse type parameters if necessary.
3128
let generics = self.parse_generics();
3129
0 commit comments