mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
241bbc18fc
Remove unneeded `#[skip_arg]` attributes @mejrs talked with me about the `Diagnostic` rework that happened recently and suggested that the `skip_arg` might be unneeded. This PR removes all of them, except one. I'll run a perf check to see if it's actually worth keeping around or if we can just remove this attribute altogether (or eventually do the same thing in the proc-macro directly). cc @JonathanBrouwer r? ghost