diff options
| author | Tommy Ip <hkmp7tommy@gmail.com> | 2017-12-10 19:14:01 +0000 |
|---|---|---|
| committer | Tommy Ip <hkmp7tommy@gmail.com> | 2017-12-10 21:14:57 +0000 |
| commit | 76d9b309aeee9615f3049e7bf95083bdee4ebe01 (patch) | |
| tree | 052c863f5d19582245b30dcc55f35ded0a02d11e /src/test/ui/check_match | |
| parent | 81b8db218006daaee11bb2c61aa7e3d7386b9fa9 (diff) | |
| download | rust-76d9b309aeee9615f3049e7bf95083bdee4ebe01.tar.gz rust-76d9b309aeee9615f3049e7bf95083bdee4ebe01.zip | |
Add must-compile-successfully comment to appropriate ui tests.
Diffstat (limited to 'src/test/ui/check_match')
| -rw-r--r-- | src/test/ui/check_match/issue-43253.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/check_match/issue-43253.rs b/src/test/ui/check_match/issue-43253.rs index 108d7e1ea22..12ccba0ebf2 100644 --- a/src/test/ui/check_match/issue-43253.rs +++ b/src/test/ui/check_match/issue-43253.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// must-compile-successfully + #![feature(exclusive_range_pattern)] #![warn(unreachable_patterns)] |
