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