Allow unused_macro_rules in path tests#97009
Conversation
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
r? @thomcc (rust-highfive has picked a reviewer for you, use r? to override) |
|
@bors try |
|
@raoulstrackx: 🔑 Insufficient privileges: not in try users |
|
This looks fine to me, but needs to pass CI before it gets the OK. |
4365b23 to
0a93262
Compare
This comment has been minimized.
This comment has been minimized.
0a93262 to
3e252a7
Compare
|
@bors r+ |
|
📌 Commit 3e252a7 has been approved by |
Rollup of 7 pull requests Successful merges: - rust-lang#96329 (Add a couple tests for rust-lang#90887 fixes) - rust-lang#97009 (Allow `unused_macro_rules` in path tests) - rust-lang#97075 (Add regression test for rust-lang#81804) - rust-lang#97079 (Change `Successors` to `impl Iterator<Item = BasicBlock>`) - rust-lang#97080 (remove the `RelateResultCompare` trait) - rust-lang#97093 (Migrate `maybe_recover_from_bad_type_plus` diagnostic) - rust-lang#97102 (Update function pointer call error message) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 7 pull requests Successful merges: - rust-lang#96329 (Add a couple tests for rust-lang#90887 fixes) - rust-lang#97009 (Allow `unused_macro_rules` in path tests) - rust-lang#97075 (Add regression test for rust-lang#81804) - rust-lang#97079 (Change `Successors` to `impl Iterator<Item = BasicBlock>`) - rust-lang#97080 (remove the `RelateResultCompare` trait) - rust-lang#97093 (Migrate `maybe_recover_from_bad_type_plus` diagnostic) - rust-lang#97102 (Update function pointer call error message) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
|
@rustbot labels +beta-nominated |
|
Error: Label beta-nominated can only be set by Rust team members Please let |
PR #96150 adds a new lint to warn about unused macro rules (arms/matchers). This causes errors in
library/std/src/path/tests.rson thex86_64-fortanix-unknown-sgxplatform. This PR fixes compilation errors on that platform by allowing unused macro rules.