mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
bd2e7ee976
Don't allow the `#[pointee]` attribute where it doesn't belong Error if the `#[pointee]` attribute is applied to anything but generic type parameters. Closes #128485 Related to #123430