rust/tests
Yuki Okushi f95f835470
Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwU
Use `ObligationCtxt::new_in_snapshot` in `satisfied_from_param_env`

We can evaluate nested `ConstEvaluatable` obligations in an evaluation probe, which will ICE if we use `ObligationCtxt::new`.

Fixes #107474
Fixes #106666

r? `@BoxyUwU` but feel free to reassign
cc `@JulianKnodt` who i think added this assertion code

Not sure if the rustdoc test is needed, but can't hurt. They're the same root cause, though.
2023-01-31 11:46:25 +09:00
..
assembly
auxiliary
codegen
codegen-units
debuginfo
incremental
mir-opt Reimplement NormalizeArrayLen. 2023-01-29 21:19:02 +00:00
pretty Update tests. 2023-01-29 20:19:26 +01:00
run-make
run-make-fulldeps
run-pass-valgrind
rustdoc Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwU 2023-01-31 11:46:25 +09:00
rustdoc-gui rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui
ui Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwU 2023-01-31 11:46:25 +09:00
ui-fulldeps
COMPILER_TESTS.md