We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e76967 commit 16d6920Copy full SHA for 16d6920
src/librustc_lint/lib.rs
@@ -30,6 +30,8 @@
30
#![feature(quote)]
31
#![feature(rustc_diagnostic_macros)]
32
33
+#![recursion_limit="256"]
34
+
35
#[macro_use]
36
extern crate syntax;
37
src/libsyntax_ext/lib.rs
@@ -24,6 +24,8 @@
24
25
26
27
28
29
extern crate fmt_macros;
0 commit comments