diff options
| author | bors <bors@rust-lang.org> | 2019-03-03 05:51:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-03-03 05:51:44 +0000 |
| commit | ba43811a07f13975640e58e6acb3ba3d1399cf78 (patch) | |
| tree | 5b9c9a7e8b2f837d7d687ee87ff6b4dbbc635986 /src/liballoc | |
| parent | 7dbba3d03c5d3e9fdb96556eac1be49449c41edc (diff) | |
| parent | 04679431a249570bb2ca6d5813ebb37db76cc9db (diff) | |
| download | rust-ba43811a07f13975640e58e6acb3ba3d1399cf78.tar.gz rust-ba43811a07f13975640e58e6acb3ba3d1399cf78.zip | |
Auto merge of #58793 - Mark-Simulacrum:master-next, r=alexcrichton
Bootstrap compiler update for 1.35 release r? @alexcrichton
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/macros.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/liballoc/macros.rs b/src/liballoc/macros.rs index eb341007851..dd128e096f9 100644 --- a/src/liballoc/macros.rs +++ b/src/liballoc/macros.rs @@ -34,8 +34,7 @@ #[cfg(not(test))] #[macro_export] #[stable(feature = "rust1", since = "1.0.0")] -#[cfg_attr(not(stage0), allow_internal_unstable(box_syntax))] -#[cfg_attr(stage0, allow_internal_unstable)] +#[allow_internal_unstable(box_syntax)] macro_rules! vec { ($elem:expr; $n:expr) => ( $crate::vec::from_elem($elem, $n) |
