We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f882309 commit b35e2bfCopy full SHA for b35e2bf
src/tools/miri/src/lib.rs
@@ -36,6 +36,8 @@
36
clippy::cast_lossless,
37
clippy::cast_possible_truncation,
38
)]
39
+// Needed for rustdoc from bootstrap (with `-Znormalize-docs`).
40
+#![recursion_limit = "256"]
41
42
extern crate rustc_apfloat;
43
extern crate rustc_ast;
0 commit comments