Skip to content

Commit

Permalink
Rollup merge of #96777 - JohnTitor:do-not-run-pass-save-analysis, r=M…
Browse files Browse the repository at this point in the history
…ark-Simulacrum

Make the test `check-pass` not to produce a JSON file

`run-pass` produces a JSON file when enabling save analysis.
The original ICE happened on `cargo check`, moreover **without** the `generic_const_exprs` feature, so `check-pass` should be enough.
  • Loading branch information
matthiaskrgr committed May 7, 2022
2 parents c5d6f82 + 038fb67 commit d6c9254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// [full] run-pass
// [full] check-pass
// revisions: full min

// regression test for #78180
Expand Down

0 comments on commit d6c9254

Please sign in to comment.