diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-07-04 16:22:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-04 16:22:36 +0200 |
| commit | f3e7ec55601b052b812b2f156b662e414e44bfb0 (patch) | |
| tree | d3a6c65065a16d90202eda338309b4158c8458f9 /compiler/rustc_parse/src/validate_attr.rs | |
| parent | 2faf66d091b071a0c3ceb510a184b33f2214a7b2 (diff) | |
| parent | ef4dece2cb52dd14dc4f37a8484fa440a447da14 (diff) | |
| download | rust-f3e7ec55601b052b812b2f156b662e414e44bfb0.tar.gz rust-f3e7ec55601b052b812b2f156b662e414e44bfb0.zip | |
Rollup merge of #143400 - GrigorenkoPV:attributes/lints, r=jdonszelmann
Port `#[rustc_pass_by_value]` to the new attribute system Part of rust-lang/rust#131229 r? `@oli-obk`
Diffstat (limited to 'compiler/rustc_parse/src/validate_attr.rs')
| -rw-r--r-- | compiler/rustc_parse/src/validate_attr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_parse/src/validate_attr.rs b/compiler/rustc_parse/src/validate_attr.rs index 627e9aabd12..47249b38df5 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -293,6 +293,7 @@ fn emit_malformed_attribute( | sym::rustc_force_inline | sym::rustc_confusables | sym::rustc_skip_during_method_dispatch + | sym::rustc_pass_by_value | sym::repr | sym::align | sym::deprecated |
