From 63edd2c35892c81fe3f071e7e259437de9557845 Mon Sep 17 00:00:00 2001 From: Matthew Jasper Date: Sat, 25 May 2019 10:11:48 +0100 Subject: Remove the HirId/NodeId from where clauses Also give them a span in the HIR --- src/libsyntax_ext/deriving/generic/ty.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libsyntax_ext') diff --git a/src/libsyntax_ext/deriving/generic/ty.rs b/src/libsyntax_ext/deriving/generic/ty.rs index 362ea9ed229..90d826429da 100644 --- a/src/libsyntax_ext/deriving/generic/ty.rs +++ b/src/libsyntax_ext/deriving/generic/ty.rs @@ -223,7 +223,6 @@ fn mk_generics(params: Vec, span: Span) -> Generics { Generics { params, where_clause: ast::WhereClause { - id: ast::DUMMY_NODE_ID, predicates: Vec::new(), span, }, -- cgit 1.4.1-3-g733a5