Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#63684 - GrayJack:const_list_new, r=Centril
Constify LinkedList new function Change the `LinkedList::new()` function to become a const fn, allowing the use in constant context.
- Loading branch information