rust/src/test
Tyler Mandry 8547ea32db
Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=Centril
Allow `Unreachable` terminators through `min_const_fn` checks

Resolves #66756.

This allows `Unreachable` terminators through the `min_const_fn` checks if `#![feature(const_if_match)]` is enabled. We could probably just allow them with no feature flag, but it seems okay to be conservative here.

r? @oli-obk
2019-11-26 17:56:25 -06:00
..
assembly
auxiliary
codegen
codegen-units
compile-fail
debuginfo
incremental
mir-opt Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk 2019-11-22 19:57:49 +01:00
pretty
run-fail
run-make
run-make-fulldeps Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton 2019-11-26 12:35:39 +00:00
run-pass-valgrind
rustdoc rustdoc: Mark --extern-private as unstable 2019-11-23 00:15:39 +00:00
rustdoc-js
rustdoc-js-std
rustdoc-ui Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC 2019-11-26 17:56:19 -06:00
rustfix
ui Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=Centril 2019-11-26 17:56:25 -06:00
ui-fulldeps Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
COMPILER_TESTS.md