diff options
| author | mark <markm@cs.wisc.edu> | 2020-11-21 16:05:17 -0600 |
|---|---|---|
| committer | mark <markm@cs.wisc.edu> | 2021-03-19 19:45:42 -0500 |
| commit | b9ecba30bc45af1d5ebe6480ccfb69efc7496a25 (patch) | |
| tree | 82e0d5101a5178967ced8f54a08e1938658897fd /src/test/ui/or-patterns/inconsistent-modes.rs | |
| parent | fd516af66dff90682ed192cab330ceefffea8b29 (diff) | |
| download | rust-b9ecba30bc45af1d5ebe6480ccfb69efc7496a25.tar.gz rust-b9ecba30bc45af1d5ebe6480ccfb69efc7496a25.zip | |
update tests
Diffstat (limited to 'src/test/ui/or-patterns/inconsistent-modes.rs')
| -rw-r--r-- | src/test/ui/or-patterns/inconsistent-modes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/or-patterns/inconsistent-modes.rs b/src/test/ui/or-patterns/inconsistent-modes.rs index 2300e9f9f3b..a87a10ce8a4 100644 --- a/src/test/ui/or-patterns/inconsistent-modes.rs +++ b/src/test/ui/or-patterns/inconsistent-modes.rs @@ -1,6 +1,5 @@ // This test ensures that or patterns require binding mode consistency across arms. -#![feature(or_patterns)] #![allow(non_camel_case_types)] fn main() { // One level: |
