Files
rust/src/doc
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
..
2022-08-30 16:18:42 -07:00
2022-08-16 18:52:39 -07:00
2022-08-01 18:57:55 -07:00
2022-08-30 16:18:42 -07:00
2022-08-30 16:18:42 -07:00
2022-08-16 18:52:39 -07:00
2022-08-30 16:18:42 -07:00
2022-07-25 09:16:28 -07:00
2022-01-28 13:42:48 +01:00
2019-09-30 07:46:10 +02:00
2022-01-28 13:42:48 +01:00
2021-07-10 19:51:36 +02:00
2018-05-17 12:25:24 -07:00