Skip to content

Commit

Permalink
Auto merge of rust-lang#102950 - oli-obk:check_miri, r=RalfJung
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
bors committed Oct 31, 2022
2 parents d3d1005 + ac75173 commit f8feb1b
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 @@ -38,6 +38,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 f8feb1b

Please sign in to comment.