Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#128925 - dingxiangfei2009:smart-ptr-helper-…
…attr, r=compiler-errors derive(SmartPointer): register helper attributes Fix rust-lang#128888 This PR enables built-in macros to register helper attributes, if any, to support correct name resolution in the correct lexical scope under the macros. Also, `#[pointee]` is moved into the scope under `derive(SmartPointer)`. cc `@Darksonn` `@davidtwco`
- Loading branch information