Skip to content

Commit b35e2bf

Browse files
committed
bump up recursion limit for miri crate
1 parent f882309 commit b35e2bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/tools/miri/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
clippy::cast_lossless,
3737
clippy::cast_possible_truncation,
3838
)]
39+
// Needed for rustdoc from bootstrap (with `-Znormalize-docs`).
40+
#![recursion_limit = "256"]
3941

4042
extern crate rustc_apfloat;
4143
extern crate rustc_ast;

0 commit comments

Comments
 (0)