rust/tests/ui/ffi-attrs
Folkert de Vries f472cc8cd4
error on unsafe attributes in pre-2024 editions
the `no_mangle`, `link_section` and `export_name` attributes are exceptions, and can still be used without an unsafe in earlier editions
2025-04-13 01:22:59 +02:00
..
ffi_const2.rs error on unsafe attributes in pre-2024 editions 2025-04-13 01:22:59 +02:00
ffi_const2.stderr error on unsafe attributes in pre-2024 editions 2025-04-13 01:22:59 +02:00
ffi_const.rs error on unsafe attributes in pre-2024 editions 2025-04-13 01:22:59 +02:00
ffi_const.stderr error on unsafe attributes in pre-2024 editions 2025-04-13 01:22:59 +02:00
ffi_pure.rs error on unsafe attributes in pre-2024 editions 2025-04-13 01:22:59 +02:00
ffi_pure.stderr error on unsafe attributes in pre-2024 editions 2025-04-13 01:22:59 +02:00