-
Couldn't load subscription status.
- Fork 13.9k
Minimize use of #![feature(custom_attribute)]
#61660
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
Conversation
|
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r? @Centril
r=me with or without changes for the notes below.
Unlike other built-in attributes, this attribute accepts any input
|
@bors r=Centril |
|
📌 Commit ee189ae has been approved by |
Minimize use of `#![feature(custom_attribute)]` Some preparations before resurrecting rust-lang#57921.
Rollup of 6 pull requests Successful merges: - #61646 (Remove useless allocations in macro_rules follow logic.) - #61658 (remove useless ident() functions in const tests) - #61660 (Minimize use of `#![feature(custom_attribute)]`) - #61666 (Add test for trait ICE) - #61669 ( syntax: Remove `Deref` impl from `Token`) - #61670 (Update RLS) Failed merges: r? @ghost
Some preparations before resurrecting #57921.