]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/redundant_field_names.rs
Rustup
[rust.git] / tests / ui / redundant_field_names.rs
index 98b6e16c450c4d28cf6b060982045a107c5b68ed..a14f0ef40a04a8a46cc392423157b829f9cf13a3 100644 (file)
@@ -1,6 +1,6 @@
 #![warn(redundant_field_names)]
 #![allow(unused_variables)]
-#![feature(inclusive_range, inclusive_range_syntax)]
+#![feature(inclusive_range, inclusive_range_fields)]
 
 #[macro_use]
 extern crate derive_new;