diff options
| author | Simonas Kazlauskas <git@kazlauskas.me> | 2017-01-31 05:32:08 +0200 |
|---|---|---|
| committer | Simonas Kazlauskas <git@kazlauskas.me> | 2017-02-10 19:31:37 +0200 |
| commit | 98d1db7fe36fe5454937f40d9fcb4fe97f36bbeb (patch) | |
| tree | 5719c195fd5b4ae6c3869860f356b0b99c45353b /src/test | |
| parent | 779c6b6cb8f5db7d862723701b0d4dc01c7712c3 (diff) | |
| download | rust-98d1db7fe36fe5454937f40d9fcb4fe97f36bbeb.tar.gz rust-98d1db7fe36fe5454937f40d9fcb4fe97f36bbeb.zip | |
If is now always a SwitchInt in MIR
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/custom-derive/issue-36935.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/custom-derive/issue-36935.rs b/src/test/ui/custom-derive/issue-36935.rs index 22d603563de..2231c3c2422 100644 --- a/src/test/ui/custom-derive/issue-36935.rs +++ b/src/test/ui/custom-derive/issue-36935.rs @@ -9,6 +9,7 @@ // except according to those terms. // aux-build:plugin.rs +// ignore-stage1 #![feature(proc_macro)] |
