Rollup merge of #96777 - JohnTitor:do-not-run-pass-save-analysis, r=Mark-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.
This commit is contained in:
Matthias Krüger 2022-05-07 22:44:43 +02:00 committed by GitHub
commit d6c9254cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
// [full] run-pass
// [full] check-pass
// revisions: full min
// regression test for #78180