auto merge of #19122 : Kintaro/rust/remove_struct_variant, r=jakub-
The struct_variant is not gated anymore. This commit just removes it and the resulting warnings when compiling rust. Now compiles with the snapshot from 11/18 (as opposed to PR #19014)
This commit is contained in:
commit
2a4c0100fe
4 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#![crate_type = "rlib"]
|
||||
|
||||
#![allow(unknown_features)]
|
||||
#![feature(globs, struct_variant, macro_rules, phase, slicing_syntax, tuple_indexing)]
|
||||
#![feature(globs, macro_rules, phase, slicing_syntax, tuple_indexing)]
|
||||
|
||||
extern crate arena;
|
||||
extern crate getopts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue