rust/compiler/rustc_parse/src
Matthias Krüger bc9b313cb5
Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmann
Port several linking (linkage?) related attributes the new attribute system

This ports:
- `#[export_stable]`
- `#[ffi_const]`
- `#[ffi_pure]`
- `#[rustc_std_internal_symbol]`

Part of rust-lang/rust#131229

r? ``@oli-obk``
2025-07-08 19:29:37 +02:00
..
lexer update to literal-escaper 0.0.4 for better API without unreachable and faster string parsing 2025-06-23 06:36:22 +00:00
parser Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errors 2025-07-08 03:09:58 +02:00
errors.rs Remove let_chains feature 2025-06-30 07:49:20 -05:00
lib.rs Remove unused allow attrs 2025-07-07 12:58:16 +00:00
validate_attr.rs Port #[rustc_std_internal_symbol] to the new attribute system 2025-07-07 14:59:52 +03:00