about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-05-12 13:35:02 +0000
committerbors <bors@rust-lang.org>2024-05-12 13:35:02 +0000
commit412b69158b163f435ed39917c0f008a5171fb112 (patch)
treefda2bba2a73e41f77361fd2746fcb417f8088c51 /library/std/src/sys/pal/unix/stack_overflow.rs
parent0e5bded17ec423d20ac80c9026db602d1a58fc3e (diff)
parentb10be167025d0abec026642b2b69fb81a0edec56 (diff)
downloadrust-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