rust/compiler
Dylan DPC 89db345859
Rollup merge of #96483 - Urgau:check-cfg-target_feature, r=petrochenkov
Add missing `target_feature` to the list of well known cfg names

This PR adds the missing `target_feature` cfg name to the list of well known cfg names.

It was notice missing in https://github.com/rust-lang/rust/issues/96472 thanks to `@bjorn3,` the reason being that `--check-cfg=names()` automatically inherit the names passed by `--cfg` (or internal to `rustc`) and is seems that the vast majority of targets have at least one target feature leading to `target_feature` being a well known name in most target but it should always be a well known name so this PR add it unconditionally to list.

r? `@petrochenkov`
2022-04-28 02:40:37 +02:00
..
2022-04-23 09:59:24 +02:00
2022-04-26 17:04:44 -04:00
2022-04-27 08:51:33 +01:00
2022-04-23 23:01:19 +02:00
2022-04-26 18:55:55 -07:00
2022-04-23 09:57:00 +02:00