Skip to content

Warn when a #[test]-like built-in attribute macro is present multiple times. - #91172

Merged
bors merged 1 commit into
rust-lang:masterfrom
Ethiraric:ethiraric/fix90979
Dec 17, 2021
Merged

Warn when a #[test]-like built-in attribute macro is present multiple times.#91172
bors merged 1 commit into
rust-lang:masterfrom
Ethiraric:ethiraric/fix90979

Conversation

@Ethiraric

Copy link
Copy Markdown
Contributor

Fixes #90979.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple #[test] attributes run the test multiple times.