Jacob Pratt
4a1d0cd1bd
Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fmease
...
enforce unsafe attributes in pre-2024 editions by default
New unsafe attributes should emit an error when used without the `unsafe(...)` in all editions.
The `no_mangle`, `link_section` and `export_name` attributes are exceptions, and can still be used without an unsafe in earlier editions. The only attributes for which this change is relevant right now are `#[ffi_const]` and `#[ffi_pure]`.
This change is required for making `#[unsafe(naked)]` sound in pre-2024 editions.
2025-04-13 23:57:40 -04:00
..
2025-03-10 18:12:47 +08:00
2025-04-13 01:11:04 -04:00
2025-03-11 13:14:21 +11:00
2025-04-13 16:46:02 -04:00
2025-03-20 08:59:43 +11:00
2025-04-11 13:31:49 +10:00
2025-04-07 22:29:17 +10:00
2025-04-10 09:30:55 +10:00
2025-03-19 17:37:35 +01:00
2025-03-25 16:48:03 +11:00
2025-03-11 13:14:21 +11:00
2025-04-11 15:18:30 +02:00
2025-04-13 16:46:02 -04:00
2025-04-11 13:59:33 +00:00
2025-04-07 20:48:40 +00:00
2025-04-11 21:21:02 +02:00
2025-04-11 13:59:33 +00:00
2025-04-03 09:17:55 +00:00
2025-04-11 21:20:59 +02:00
2025-03-10 18:12:47 +08:00
2025-04-12 21:05:28 +00:00
2025-04-13 01:22:59 +02:00
2025-04-09 12:29:59 +01:00
2025-04-09 14:52:38 +02:00
2025-04-13 17:37:54 -04:00
2025-04-13 23:57:40 -04:00
2025-03-11 13:14:21 +11:00
2025-03-10 18:12:47 +08:00
2025-03-11 13:14:21 +11:00
2025-03-10 18:12:47 +08:00
2025-04-13 17:37:51 -04:00
2025-04-11 13:31:43 +10:00
2025-04-10 09:30:55 +10:00
2025-04-13 17:37:53 -04:00
2025-03-24 15:02:09 +00:00
2025-03-15 06:34:36 +00:00
2025-04-12 11:53:07 +00:00
2025-04-08 10:51:41 +08:00
2025-04-11 13:59:33 +00:00
2025-04-04 14:44:45 +02:00
2025-04-13 17:37:52 -04:00
2025-04-13 17:37:52 -04:00
2025-04-05 11:44:38 -07:00
2025-03-20 08:59:43 +11:00
2025-04-10 13:39:23 +00:00
2025-04-11 07:34:27 +00:00
2025-04-13 01:11:04 -04:00
2025-04-07 16:53:11 -03:00
2025-03-12 17:27:43 +00:00
2025-04-13 23:57:39 -04:00
2025-04-11 07:34:27 +00:00
2025-04-10 04:03:59 +00:00
2025-04-13 23:57:40 -04:00
2025-04-04 22:26:10 +02:00
2025-04-13 17:37:52 -04:00
2025-04-07 22:41:48 +00:00
2025-03-25 12:40:02 +03:00
2025-04-02 07:35:05 +02:00
2025-04-13 23:57:37 -04:00
2025-04-11 21:21:01 +02:00
2025-04-11 19:08:14 +10:00
2025-04-10 18:52:03 +02:00
2025-04-07 20:48:40 +00:00
2025-04-13 18:09:10 +08:00
2025-04-13 17:37:54 -04:00
2025-04-11 19:08:14 +10:00
2025-04-06 21:32:58 +02:00
2025-04-11 15:18:30 +02:00
2025-03-12 10:19:32 -07:00
2025-03-18 07:17:16 +00:00
2025-04-13 01:11:04 -04:00
2025-04-10 04:03:59 +00:00
2025-03-15 06:34:36 +00:00
2025-04-05 18:23:07 +08:00