We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
recursion_limit
librustc_plugin_impl
1 parent 3dc8a36 commit 96dd044Copy full SHA for 96dd044
src/librustc_plugin_impl/lib.rs
@@ -8,6 +8,7 @@
8
9
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
10
#![feature(nll)]
11
+#![recursion_limit = "256"]
12
13
use rustc_lint::LintStore;
14
0 commit comments