rust/src/test/ui/unreachable
Felix S. Klock II a2e090624e Removed #[rustc_error] from tests that are all // compile-pass.
I also added `// skip-codegen` to each one, to address potential concerns
that this change would otherwise slow down our test suite spending time
generating code for files that are really just meant to be checks of
compiler diagnostics.

(However, I will say: My preference is to not use `// skip-codegen` if
one can avoid it. We can use all the testing of how we drive LLVM that
we can get...)

(Updated post rebase.)
2018-11-07 13:09:52 +01:00
..
auxiliary
unreachable-arm.rs
unreachable-arm.stderr
unreachable-code.rs
unreachable-code.stderr
unreachable-in-call.rs
unreachable-in-call.stderr
unreachable-loop-patterns.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
unreachable-loop-patterns.stderr
unreachable-try-pattern.rs Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00
unreachable-try-pattern.stderr Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00
unreachable-variant.rs
unreachable-variant.stderr resolve: More precise spans for privacy errors 2018-10-28 02:56:12 +03:00
unwarned-match-on-never.rs Warning about unreachable arms after matching on a diverging type 2018-10-18 00:05:19 +01:00
unwarned-match-on-never.stderr Warning about unreachable arms after matching on a diverging type 2018-10-18 00:05:19 +01:00