diff options
| author | Vincent Prouillet | 2017-01-28 19:04:48 +0900 |
|---|---|---|
| committer | Vincent Prouillet | 2017-01-28 19:04:48 +0900 |
| commit | 74a83684a0f3dcc8824fe124fa047641ddf2f7bc (patch) | |
| tree | de4a087ad2cd674fdcbc1a83a3e0fd3c3e5dcc30 /validator_derive/tests/compile-fail/length | |
| parent | 1014ac364725386579ecbd21a520a9d3eb56979e (diff) | |
| download | validator-74a83684a0f3dcc8824fe124fa047641ddf2f7bc.tar.bz2 | |
Update deps
Diffstat (limited to 'validator_derive/tests/compile-fail/length')
4 files changed, 2 insertions, 6 deletions
diff --git a/validator_derive/tests/compile-fail/length/equal_and_min_max_set.rs b/validator_derive/tests/compile-fail/length/equal_and_min_max_set.rs index cc6654c..240fb64 100644 --- a/validator_derive/tests/compile-fail/length/equal_and_min_max_set.rs +++ b/validator_derive/tests/compile-fail/length/equal_and_min_max_set.rs @@ -1,4 +1,4 @@ -#![feature(proc_macro, attr_literals)] +#![feature(attr_literals)] #[macro_use] extern crate validator_derive; extern crate validator; diff --git a/validator_derive/tests/compile-fail/length/no_args.rs b/validator_derive/tests/compile-fail/length/no_args.rs index 35a44df..bd54d78 100644 --- a/validator_derive/tests/compile-fail/length/no_args.rs +++ b/validator_derive/tests/compile-fail/length/no_args.rs @@ -1,5 +1,3 @@ -#![feature(proc_macro, attr_literals)] - #[macro_use] extern crate validator_derive; extern crate validator; use validator::Validate; diff --git a/validator_derive/tests/compile-fail/length/unknown_arg.rs b/validator_derive/tests/compile-fail/length/unknown_arg.rs index d8e6185..da57749 100644 --- a/validator_derive/tests/compile-fail/length/unknown_arg.rs +++ b/validator_derive/tests/compile-fail/length/unknown_arg.rs @@ -1,4 +1,4 @@ -#![feature(proc_macro, attr_literals)] +#![feature(attr_literals)] #[macro_use] extern crate validator_derive; extern crate validator; diff --git a/validator_derive/tests/compile-fail/length/wrong_type.rs b/validator_derive/tests/compile-fail/length/wrong_type.rs index 12dbb61..3103ecc 100644 --- a/validator_derive/tests/compile-fail/length/wrong_type.rs +++ b/validator_derive/tests/compile-fail/length/wrong_type.rs @@ -1,5 +1,3 @@ -#![feature(proc_macro, attr_literals)] - #[macro_use] extern crate validator_derive; extern crate validator; use validator::Validate; |
