Skip to content

Commit

Permalink
bump up recursion limit for miri crate
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Oct 31, 2022
1 parent 636d9e3 commit ac75173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
clippy::cast_lossless,
clippy::cast_possible_truncation,
)]
// Needed for rustdoc from bootstrap (with `-Znormalize-docs`).
#![recursion_limit = "256"]

extern crate rustc_apfloat;
extern crate rustc_ast;
Expand Down

0 comments on commit ac75173

Please sign in to comment.