rust/tests
Eric Huss d7ed5a52ff Unignore closure-bang.
This test was ignored long ago in
https://github.com/rust-lang/rust/pull/20578/ when the syntax for
closures was changed.

The current status is that a closure with an explicit `!` return type
will trigger the `unreachable_code` lint which appears to be the
original intent of the test
(https://github.com/rust-lang/rust/pull/16836). A closure without a
return type won't trigger the lint since the `!` type isn't inferred
(AFAIK). This restores the test to its original form.
2023-04-15 14:43:20 -07:00
..
assembly Add inline assembly support for m68k 2023-04-12 17:58:15 -07:00
auxiliary
codegen Bless codegen test. 2023-04-15 07:46:46 +00:00
codegen-units
debuginfo
incremental
mir-opt Remove obsolete test. 2023-04-15 07:46:47 +00:00
pretty
run-make Bless run-make. 2023-04-15 07:46:47 +00:00
run-make-fulldeps
run-pass-valgrind
rustdoc Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle 2023-04-14 07:58:41 +02:00
rustdoc-gui Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr 2023-04-12 22:19:29 +00:00
rustdoc-js rustdoc-search: add support for nested generics 2023-04-14 14:55:45 -07:00
rustdoc-js-std rustdoc-search: add support for nested generics 2023-04-14 14:55:45 -07:00
rustdoc-json
rustdoc-ui Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomez 2023-04-14 23:00:33 +09:00
ui Unignore closure-bang. 2023-04-15 14:43:20 -07:00
ui-fulldeps Rollup merge of #110315 - oli-obk:mor_smir, r=WaffleLapkin 2023-04-14 23:00:36 +09:00
COMPILER_TESTS.md