diff options
| author | Jonathan Brouwer <jonathantbrouwer@gmail.com> | 2025-07-13 11:56:13 +0200 |
|---|---|---|
| committer | Jonathan Brouwer <jonathantbrouwer@gmail.com> | 2025-07-14 23:16:31 +0200 |
| commit | f0d0afab8e3c37286d261467df053a9a1635b91a (patch) | |
| tree | c6f7afe6b13c9c7e8031eacb21b3f4b8e891acbc /compiler/rustc_parse/src/validate_attr.rs | |
| parent | aa51a9b0948ff406958dca8dc74839a3009b7e5f (diff) | |
| download | rust-f0d0afab8e3c37286d261467df053a9a1635b91a.tar.gz rust-f0d0afab8e3c37286d261467df053a9a1635b91a.zip | |
Port `#[pointee]` to the new attribute parsing infrastructure
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
Diffstat (limited to 'compiler/rustc_parse/src/validate_attr.rs')
| -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 |
