From 75543c08c778eb7315d2368072d0ff710fb228eb Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 16 May 2016 19:59:58 -0400 Subject: simplify HR subtyping back to what we did before A lot of the refactors, however, seem helpful, so leave those in, particularly since we may want to make this change in the future. --- src/libsyntax/ext/quote.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/ext') diff --git a/src/libsyntax/ext/quote.rs b/src/libsyntax/ext/quote.rs index ee9a197ce56..871b0d4b1c0 100644 --- a/src/libsyntax/ext/quote.rs +++ b/src/libsyntax/ext/quote.rs @@ -422,7 +422,7 @@ pub fn expand_quote_expr<'cx>(cx: &'cx mut ExtCtxt, base::MacEager::expr(expanded) } -pub fn expand_quote_item<'cx>(cx: &mut ExtCtxt, +pub fn expand_quote_item<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[TokenTree]) -> Box { -- cgit 1.4.1-3-g733a5