Skip to content

Commit f8feb1b

Browse files
committed
Auto merge of #102950 - oli-obk:check_miri, r=RalfJung
Enable `x.py check` for miri Now that the miri subtree is working properly, let's add it to x.py check. cc `@rust-lang/miri`
2 parents d3d1005 + ac75173 commit f8feb1b

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
@@ -38,6 +38,8 @@
3838
clippy::cast_lossless,
3939
clippy::cast_possible_truncation,
4040
)]
41+
// Needed for rustdoc from bootstrap (with `-Znormalize-docs`).
42+
#![recursion_limit = "256"]
4143

4244
extern crate rustc_apfloat;
4345
extern crate rustc_ast;

0 commit comments

Comments
 (0)