Bump nightly to 1.32.0
* Also update the bootstrap compiler * Update cargo to 1.32.0 * Clean out stage0 annotations
This commit is contained in:
parent
de9666f123
commit
d0060d72e5
20 changed files with 20 additions and 39 deletions
|
@ -199,7 +199,7 @@ const MAX_REFCOUNT: usize = (isize::MAX) as usize;
|
|||
/// counting in general.
|
||||
///
|
||||
/// [rc_examples]: ../../std/rc/index.html#examples
|
||||
#[cfg_attr(all(not(stage0), not(test)), lang = "arc")]
|
||||
#[cfg_attr(not(test), lang = "arc")]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub struct Arc<T: ?Sized> {
|
||||
ptr: NonNull<ArcInner<T>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue