We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f47131f + 305dd69 commit 8d5ce4aCopy full SHA for 8d5ce4a
library/alloc/src/collections/linked_list.rs
@@ -417,7 +417,7 @@ impl<T> LinkedList<T> {
417
/// let list: LinkedList<u32> = LinkedList::new();
418
/// ```
419
#[inline]
420
- #[rustc_const_stable(feature = "const_linked_list_new", since = "1.32.0")]
+ #[rustc_const_stable(feature = "const_linked_list_new", since = "1.39.0")]
421
#[stable(feature = "rust1", since = "1.0.0")]
422
#[must_use]
423
pub const fn new() -> Self {
0 commit comments