Skip to content

Commit ac75173

Browse files
committed
bump up recursion limit for miri crate
1 parent 636d9e3 commit ac75173

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)