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 4d426bb commit ce0ba38Copy full SHA for ce0ba38
src/libsyntax_ext/cfg.rs
@@ -12,7 +12,7 @@ use syntax::tokenstream;
12
use syntax::parse::token;
13
use syntax_pos::Span;
14
15
-pub fn expand_cfg<'cx>(cx: &mut ExtCtxt<'_>,
+pub fn expand_cfg(cx: &mut ExtCtxt<'_>,
16
sp: Span,
17
tts: &[tokenstream::TokenTree])
18
-> Box<dyn base::MacResult + 'static> {
src/libsyntax_ext/lib.rs
@@ -4,6 +4,7 @@
4
5
#![deny(rust_2018_idioms)]
6
#![deny(internal)]
7
+#![deny(unused_lifetimes)]
8
9
#![feature(in_band_lifetimes)]
10
#![feature(proc_macro_diagnostic)]
0 commit comments