diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2025-07-15 12:52:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 12:52:40 +0200 |
| commit | 743e18364bd3357c8ea93dfd52771dc993d744a6 (patch) | |
| tree | b838506229ad0d6d7d0b402df55e8c3e824a0530 /compiler/rustc_parse/src | |
| parent | b89c63de0e1b7f1f97c35628254039ba19ed6967 (diff) | |
| parent | f0d0afab8e3c37286d261467df053a9a1635b91a (diff) | |
| download | rust-743e18364bd3357c8ea93dfd52771dc993d744a6.tar.gz rust-743e18364bd3357c8ea93dfd52771dc993d744a6.zip | |
Rollup merge of #143878 - JonathanBrouwer:pointee_parser, r=jdonszelmann
Port `#[pointee]` to the new attribute parsing infrastructure Ports `#[pointee]` to the new attribute parsing infrastructure for https://github.com/rust-lang/rust/issues/131229#issuecomment-2971351163 r? ``@jdonszelmann``
Diffstat (limited to 'compiler/rustc_parse/src')
| -rw-r--r-- | compiler/rustc_parse/src/validate_attr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_parse/src/validate_attr.rs b/compiler/rustc_parse/src/validate_attr.rs index 5c748e956a0..b9d387e072c 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -299,6 +299,7 @@ pub fn check_builtin_meta_item( | sym::align | sym::deprecated | sym::optimize + | sym::pointee | sym::cold | sym::target_feature | sym::rustc_allow_const_fn_unstable |
