rust/src/libcore/fmt
Tamir Duberstein bef1911b15
tidy/features: fix checking of lang features
Removes the `STATUSES` static which duplicates truth from the pattern
match in `collect_lang_features`.

Fixes existing duplicates by renaming:
- never_type{,_impls} on `impl`s on `!`
- concat_idents{,_macro} on `macro_rules! concat_idents`

Fixes #37013.
2016-10-27 21:35:57 -04:00
..
rt Add missing Eq implementations 2016-09-18 14:26:49 +02:00
builders.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
mod.rs tidy/features: fix checking of lang features 2016-10-27 21:35:57 -04:00
num.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00