diff options
| author | Ding Xiang Fei <dingxiangfei2009@protonmail.ch> | 2024-08-10 21:11:07 +0800 |
|---|---|---|
| committer | Ding Xiang Fei <dingxiangfei2009@protonmail.ch> | 2024-08-13 04:26:48 +0800 |
| commit | 5534cb0a4a3907db50956f7664ab2e5c3b2bc00a (patch) | |
| tree | 13b533b0cf51312b02ff674feb3ea6ed7c673d42 /compiler/rustc_feature/src/builtin_attrs.rs | |
| parent | 899eb03926be23f2e5d2ffcaa1d6f9ac40af7f13 (diff) | |
| download | rust-5534cb0a4a3907db50956f7664ab2e5c3b2bc00a.tar.gz rust-5534cb0a4a3907db50956f7664ab2e5c3b2bc00a.zip | |
derive(SmartPointer): register helper attributes
Diffstat (limited to 'compiler/rustc_feature/src/builtin_attrs.rs')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index 72ea55d5999..bb0e989bd81 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -578,12 +578,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ EncodeCrossCrate::No, coroutines, experimental!(coroutines) ), - // `#[pointee]` attribute to designate the pointee type in SmartPointer derive-macro - gated!( - pointee, Normal, template!(Word), ErrorFollowing, - EncodeCrossCrate::No, derive_smart_pointer, experimental!(pointee) - ), - // RFC 3543 // `#[patchable_function_entry(prefix_nops = m, entry_nops = n)]` gated!( |
