Skip to content

Commit d6c9254

Browse files
authored
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.
2 parents c5d6f82 + 038fb67 commit d6c9254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/const-generics/const-argument-non-static-lifetime.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// [full] run-pass
1+
// [full] check-pass
22
// revisions: full min
33

44
// regression test for #78180

0 commit comments

Comments
 (0)