Skip to content

Commit 96dd044

Browse files
committed
Increase recursion_limit in librustc_plugin_impl.
To avoid rustdoc problems.
1 parent 3dc8a36 commit 96dd044

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_plugin_impl

1 file changed

+1
-0
lines changed

src/librustc_plugin_impl/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
99
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
1010
#![feature(nll)]
11+
#![recursion_limit = "256"]
1112

1213
use rustc_lint::LintStore;
1314

0 commit comments

Comments
 (0)