mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
c5041f88ea
feat: rustc_pass_by_value lint attribute Useful for thin wrapper attributes that are best passed as value instead of reference. Fixes #76935