rust/compiler/rustc_feature/src
bors cedd26b1ea Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser
Stabilize raw-dylib for non-x86

This stabilizes the `raw-dylib` and `link_ordinal` features (#58713) for non-x86 architectures (i.e., `x86_64`, `aarch64` and `thumbv7a`):
* Marked the `raw_dylib` feature as `active`.
* Marked the `link_ordinal` attribute as `ungated`.
* Added new errors if either feature is used on x86 targets without the `raw_dylib` feature being enabled.
* Updated tests to only set the `raw_dylib` feature when building for x86.
2022-09-10 04:14:34 +00:00
..
accepted.rs Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
active.rs Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser 2022-09-10 04:14:34 +00:00
builtin_attrs.rs Stabilze raw-dylib for non-x86 2022-09-09 15:38:15 -07:00
lib.rs get_attr should check that no duplicates are allowed 2022-09-06 14:16:54 +08:00
removed.rs Remove register_attr feature 2022-08-28 21:23:23 +09:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00