-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Add tracking issue to core-pattern-type #128800
Conversation
Could not assign reviewer from: |
This comment has been minimized.
This comment has been minimized.
(hadn't considered it'd mess up the error messages, so, I'm currently running blessing procedure and will be back next year when it finishes) |
Please squash this into one commit. Also, @oli-obk I know you're gone but maybe you'll see this -- do you (or anyone, for the record) know why we have |
Wasn't aware that we were requiring squashes now, but I'll be sure to keep that in mind. (Sometimes they can make reviewing harder.) I figured that the two separate feature flags was due to the fact that the |
f35a6fa
to
0257f42
Compare
No, we don't require squashes as policy or anything. Commits are typically useful when they actually meaningfully break up work or are a meaningful difference to review, but this PR is 4 files changed, so it's probably not worth it. |
Fair. I usually squash-push for tiny changes like this but didn't in this particular instance. I don't think it matters too much, but if you would prefer to squash, I'll squash. |
@bors r+ |
@bors rollup |
Rollup of 7 pull requests Successful merges: - rust-lang#128520 (Skip over args when determining if async-closure's inner coroutine consumes its upvars) - rust-lang#128552 (Emit an error for invalid use of the `#[no_sanitize]` attribute) - rust-lang#128691 (Update `compiler-builtins` to 0.1.117) - rust-lang#128702 (Add -Zmetrics-dir=PATH to save diagnostic metadata to disk) - rust-lang#128797 (Fuchsia Test Runner: enable ffx repository server) - rust-lang#128798 (refactor(rustc_expand::mbe): Don't require full ExtCtxt when not necessary) - rust-lang#128800 (Add tracking issue to core-pattern-type) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#128800 - clarfonthey:core-pattern-type, r=compiler-errors Add tracking issue to core-pattern-type While the actual `pattern_types` feature flag has an issue assigned, the exported macro and its module do not. cc rust-lang#123646
pinging back to #128987 |
While the actual
pattern_types
feature flag has an issue assigned, the exported macro and its module do not.cc #123646