about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-08-05 17:45:43 +0000
committerbors <bors@rust-lang.org>2021-08-05 17:45:43 +0000
commit2f07ae408fce782bf1058e3de808f1b6f9ab60a4 (patch)
treeee53f0613a62a3f8d503821de4216b29664df139 /compiler/rustc_codegen_gcc
parent61a941b8badbce727085c505068d72fa3e737f5b (diff)
parentcdf83c030ac52182883df8f9ad7b399c8ea193dd (diff)
downloadrust-2f07ae408fce782bf1058e3de808f1b6f9ab60a4.tar.gz
rust-2f07ae408fce782bf1058e3de808f1b6f9ab60a4.zip
Auto merge of #87768 - rust-lang:core-features-cleanup, r=dtolnay
Core features cleanup

This sorts and categorizes the `#![features]` in `core` and removes unused ones.

This is part of #87766

The following feature attributes were unnecessary and are removed:

```diff
// Library features:
-#![feature(bool_to_option)]
-#![feature(char_indices_offset)]
-#![feature(pin_deref_mut)]
-#![feature(str_split_as_str)]
-#![feature(str_split_inclusive_as_str)]

// Language features:
-#![feature(arbitrary_self_types)]
-#![feature(custom_inner_attributes)]
-#![feature(nll)]
```
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions