Files
rust/compiler/rustc_span/src
bors ce7f0f1aa0 Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser
Add `#[rustc_safe_intrinsic]`

This PR adds the `#[rustc_safe_intrinsic]` attribute as mentionned on Zulip. The goal of this attribute is to avoid keeping a list of symbols as the source for stable intrinsics, and instead rely on an attribute. This is similar to `#[rustc_const_stable]` and `#[rustc_const_unstable]`, which among other things, are used to mark the constness of intrinsic functions.
2022-09-28 19:07:50 +00:00
..
2022-08-08 21:12:04 +02:00
2020-12-03 17:08:19 -05:00
2022-04-02 02:45:49 -04:00
2022-09-26 10:14:45 +02:00
2022-09-01 14:54:27 +00:00
2022-08-17 19:20:28 +02:00
2022-06-01 10:36:39 +10:00