diff options
| author | bors <bors@rust-lang.org> | 2024-05-12 13:35:02 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-12 13:35:02 +0000 |
| commit | 412b69158b163f435ed39917c0f008a5171fb112 (patch) | |
| tree | fda2bba2a73e41f77361fd2746fcb417f8088c51 /library/std/src/sys/pal/unix/stack_overflow.rs | |
| parent | 0e5bded17ec423d20ac80c9026db602d1a58fc3e (diff) | |
| parent | b10be167025d0abec026642b2b69fb81a0edec56 (diff) | |
| download | rust-412b69158b163f435ed39917c0f008a5171fb112.tar.gz rust-412b69158b163f435ed39917c0f008a5171fb112.zip | |
Auto merge of #12620 - Nilstrieb:dupattr, r=xFrednet
Handle `rustc_on_unimplemented` in duplicated_attributes
```rust
#[rustc_on_unimplemented(
on(
_Self = "&str",
label = "`a"
),
on(
_Self = "alloc::string::String",
label = "a"
),
)]
```
The lint treats this as a repetition because `rustc_on_unimplemented::on::label` appears twice, but that's ok.
Fixes #12619
changelog: [`duplicated_attributes`]: fix handling of `rustc_on_unimplemented`
Diffstat (limited to 'library/std/src/sys/pal/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
