Skip to content

Implement #[plugin_registrar] #14637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexcrichton opened this issue Jun 4, 2014 · 2 comments
Closed

Implement #[plugin_registrar] #14637

alexcrichton opened this issue Jun 4, 2014 · 2 comments
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.

Comments

@alexcrichton
Copy link
Member

Tracking issue for rust-lang/rfcs#86.

Looks like #14554 has this covered.

@kmcallister
Copy link
Contributor

This is old and can be closed now.

@alexcrichton
Copy link
Member Author

Ah yes, thanks @kmcallister!

bors pushed a commit to rust-lang-ci/rust that referenced this issue May 21, 2025
…ust-lang#14637)

A large fraction of the lints emitted in CI lintcheck come from [this
`match`](https://github.com/unicode-rs/unicode-normalization/blob/v0.1.23/src/tables.rs#L34289),
currently for `n` same arms `((n - 1) * n)/2` lints are emitted, with
this change it will be emitted as a single lint

Also fixes rust-lang/rust-clippy#13835

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Projects
None yet
Development

No branches or pull requests

2 participants