Remove some old code from libsyntax
This commit is contained in:
parent
a97f60ee86
commit
9108fb7bae
9 changed files with 21 additions and 67 deletions
|
@ -925,7 +925,7 @@ mod tests {
|
|||
Abi::Rust,
|
||||
ast::Generics{ // no idea on either of these:
|
||||
lifetimes: Vec::new(),
|
||||
ty_params: P::empty(),
|
||||
ty_params: P::new(),
|
||||
where_clause: ast::WhereClause {
|
||||
id: ast::DUMMY_NODE_ID,
|
||||
predicates: Vec::new(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue