1
Fork 0
rust/compiler/rustc_feature/src
surechen 03a10a917a Changing some attributes to only_local.
Modified according to https://github.com/rust-lang/compiler-team/issues/505.

By running test cases, I found that modifying the attribute's only_local tag sometimes causes some unintuitive error reports, so I tend to split it into multiple PRs and edit a small number of attributes each time to prevent too many changes at once. Prevent possible subsequent difficulties in locating problems.
2024-02-27 10:45:19 +08:00
..
accepted.rs Stabilize cfg_target_abi 2024-02-24 17:52:03 -03:00
builtin_attrs.rs Changing some attributes to only_local. 2024-02-27 10:45:19 +08:00
lib.rs Replace NonZero::<_>::new with NonZero::new. 2024-02-15 08:09:42 +01:00
removed.rs remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics 2024-02-25 08:14:52 +01:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00
unstable.rs Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk 2024-02-26 22:24:16 +00:00