diff options
| author | bors <bors@rust-lang.org> | 2025-07-04 22:36:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-07-04 22:36:39 +0000 |
| commit | d98a5da813da67eb189387b8ccfb73cf481275d8 (patch) | |
| tree | eed8e7a7980453b05c75a153eb21a3a7e23bb839 /compiler/rustc_parse/src/validate_attr.rs | |
| parent | e3843659e9f65f589d184d1221ac6149d5fa07b5 (diff) | |
| parent | 1ff6e4478529ed4bf096476cd68b877099fc09f0 (diff) | |
| download | rust-d98a5da813da67eb189387b8ccfb73cf481275d8.tar.gz rust-d98a5da813da67eb189387b8ccfb73cf481275d8.zip | |
Auto merge of #143459 - matthiaskrgr:rollup-gsv6uzl, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - rust-lang/rust#141532 (std: sys: net: uefi: tcp4: Implement write) - rust-lang/rust#143085 (Port `#[non_exhaustive]` to the new attribute parsing infrastructure) - rust-lang/rust#143372 (Remove names_imported_by_glob_use query.) - rust-lang/rust#143386 (Assign dependency bump PRs to me) - rust-lang/rust#143406 (Remove some unnecessary `unsafe` in VecCache) - rust-lang/rust#143408 (mbe: Gracefully handle macro rules that end after `=>`) - rust-lang/rust#143414 (remove special-casing of boxes from match exhaustiveness/usefulness analysis) - rust-lang/rust#143444 (clean up GVN TypeId test) r? `@ghost` `@rustbot` modify labels: rollup
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 47249b38df5..27355a422d1 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -303,6 +303,7 @@ fn emit_malformed_attribute( | sym::rustc_allow_const_fn_unstable | sym::naked | sym::no_mangle + | sym::non_exhaustive | sym::must_use | sym::track_caller | sym::link_name |
