diff options
| author | varkor <github@varkor.com> | 2018-07-24 18:24:12 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-08-05 15:54:49 +0100 |
| commit | f22ccbe315676dee6accdfd6fc22fa48bace1354 (patch) | |
| tree | 783147271e1c3628bf53cfbea4a61a4b9244e838 /src/test/compile-fail | |
| parent | f2fd00005e9fe37da466b3d48290cf36498de9e0 (diff) | |
| download | rust-f22ccbe315676dee6accdfd6fc22fa48bace1354.tar.gz rust-f22ccbe315676dee6accdfd6fc22fa48bace1354.zip | |
Fix run-pass-fulldeps tests
Diffstat (limited to 'src/test/compile-fail')
| -rw-r--r-- | src/test/compile-fail/auxiliary/unstable-macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/auxiliary/unstable-macros.rs b/src/test/compile-fail/auxiliary/unstable-macros.rs index 6462c11af48..836164a721a 100644 --- a/src/test/compile-fail/auxiliary/unstable-macros.rs +++ b/src/test/compile-fail/auxiliary/unstable-macros.rs @@ -9,7 +9,7 @@ // except according to those terms. #![feature(staged_api)] -#![stable(feature = "unit_test", since = "0.0.0")] +#![stable(feature = "unit_test", since = "1.0.0")] #[unstable(feature = "unstable_macros", issue = "0")] #[macro_export] |
