Remove some old code from libsyntax
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user