diff options
| author | DPC <dylan.dpc@gmail.com> | 2020-08-13 03:07:54 +0200 |
|---|---|---|
| committer | DPC <dylan.dpc@gmail.com> | 2020-08-13 03:07:54 +0200 |
| commit | 76b99d5f1d3eac78a4c4a383e42339fc88affeac (patch) | |
| tree | ef9c4055a0e14f6d03815e931e17148cf10bd3be /library/alloc/src/lib.rs | |
| parent | 18f3be7704a4ec7976fcd1272c728974243d29bd (diff) | |
| download | rust-76b99d5f1d3eac78a4c4a383e42339fc88affeac.tar.gz rust-76b99d5f1d3eac78a4c4a383e42339fc88affeac.zip | |
Add Arc::new_cyclic
Diffstat (limited to 'library/alloc/src/lib.rs')
| -rw-r--r-- | library/alloc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 9ac23886d4e..4a2c59d976b 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -132,7 +132,7 @@ #![feature(alloc_layout_extra)] #![feature(try_trait)] #![feature(associated_type_bounds)] - +#![feature(raw_ref_op)] // Allow testing this library #[cfg(test)] |
