Skip to content

Commit 048779b

Browse files
committed
rustc_ast always use high recursion limit
1 parent 26037f4 commit 048779b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_ast/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
// tidy-alphabetical-start
88
#![allow(internal_features)]
9-
#![cfg_attr(doc, recursion_limit = "256")] // FIXME(nnethercote): will be removed by #124141
9+
#![recursion_limit = "256"] // FIXME(nnethercote): will be removed by #124141
1010
#![doc(
1111
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
1212
test(attr(deny(warnings)))

0 commit comments

Comments
 (0)