Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: The
alloc
crate uses the Rust 2021 edition now
The alloc library was switched to the 2021 edition in <rust-lang/rust#92068>. However, it did not use any features of the new edition until PR <rust-lang/rust#98103>, which relies on the newer closure capture mechanism. This commit fixes the build on the latest nightlies, which include that PR. Fixes #104
- Loading branch information