diff options
| author | Ralf Jung <post@ralfj.de> | 2017-09-13 17:55:58 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2017-09-13 18:15:59 +0200 |
| commit | 5d2ed4d2ba8a41ad7a7caa2e0672921f36174c9d (patch) | |
| tree | 29a75d3936d75596312cf6ed5943ed3f616d637f | |
| parent | c1630973d07fb9fcbf790808408392c549c266c5 (diff) | |
| download | rust-5d2ed4d2ba8a41ad7a7caa2e0672921f36174c9d.tar.gz rust-5d2ed4d2ba8a41ad7a7caa2e0672921f36174c9d.zip | |
Something in panic handling fails validation with full-MIR
| -rw-r--r-- | tests/compile-fail/panic.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compile-fail/panic.rs b/tests/compile-fail/panic.rs index 0d594f9bd4c..80149eeffaa 100644 --- a/tests/compile-fail/panic.rs +++ b/tests/compile-fail/panic.rs @@ -1,3 +1,5 @@ +// FIXME: Something in panic handling fails validation with full-MIR +// compile-flags: -Zmir-emit-validate=0 //error-pattern: the evaluated program panicked fn main() { |
