diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-10-20 04:35:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-20 04:35:12 +0900 |
| commit | 71fcb72307e2bb9512d291d33f2adace2406e65a (patch) | |
| tree | 816fea07aae95bd9e61007104f703c6ba9825eec /compiler/rustc_mir_transform/src/coverage/counters.rs | |
| parent | 3d9533023004bc05d6bf65e1339e29aceac76f62 (diff) | |
| parent | 6fdcedc9c8eff1f56c1568bb936638f1249cd2aa (diff) | |
| download | rust-71fcb72307e2bb9512d291d33f2adace2406e65a.tar.gz rust-71fcb72307e2bb9512d291d33f2adace2406e65a.zip | |
Rollup merge of #87769 - m-ou-se:alloc-features-cleanup, r=yaahc,dtolnay
Alloc features cleanup This sorts and categorizes the `#![features]` in `alloc` and removes unused ones. This is part of #87766 The following feature attributes were unnecessary and are removed: ```diff // Library features: -#![feature(cow_is_borrowed)] -#![feature(maybe_uninit_uninit_array)] -#![feature(slice_partition_dedup)] // Language features: -#![feature(arbitrary_self_types)] -#![feature(auto_traits)] -#![feature(box_patterns)] -#![feature(decl_macro)] -#![feature(nll)] ```
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/counters.rs')
0 files changed, 0 insertions, 0 deletions
