-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Rustup #5751
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
Rustup #5751
Conversation
Context: this is needed to fix rust-lang/rustfmt#4263, which currently records the span of a const generic param incorrectly because the location of the `const` kw is not known. I am not sure how to add tests for this; any guidance in how to do so would be appreciated 🙂
Record span of `const` kw in GenericParamKind Context: this is needed for a fix of rust-lang/rustfmt#4263, which currently records the span of a const generic param incorrectly because the location of the `const` kw is not known. I am not sure how to add tests for this; any guidance in how to do so would be appreciated 🙂
Rollup of 13 pull requests Successful merges: - #72620 (Omit DW_AT_linkage_name when it is the same as DW_AT_name) - #72967 (Don't move cursor in search box when using arrows to navigate results) - #73102 (proc_macro: Stop flattening groups with dummy spans) - #73297 (Support configurable deny-warnings for all in-tree crates.) - #73507 (Cleanup MinGW LLVM linkage workaround) - #73588 (Fix handling of reserved registers for ARM inline asm) - #73597 (Record span of `const` kw in GenericParamKind) - #73629 (Make AssocOp Copy) - #73681 (Update Chalk to 0.14) - #73707 (Fix links in `SliceIndex` documentation) - #73719 (emitter: column width defaults to 140) - #73729 (disable collectionbenches for android) - #73748 (Add code block to code in documentation of `List::rebase_onto`) Failed merges: r? @ghost
@bors r+ |
📌 Commit 50ff06a has been approved by |
Rustup cc rust-lang/rust#73743 r? @Manishearth changelog: none
💔 Test failed - checks-action_test |
f65ae52
to
add515f
Compare
@bors r=Manishearth |
📌 Commit add515f has been approved by |
Rustup cc rust-lang/rust#73743 r? @Manishearth changelog: none
💔 Test failed - checks-action_test |
@bors r=Manishearth,flip1995 |
📌 Commit d1ab534 has been approved by |
Rustup cc rust-lang/rust#73743 r? @Manishearth changelog: none
@bors r=Manishearth,flip1995 |
📌 Commit ab649c9 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
cc rust-lang/rust#73743
r? @Manishearth
changelog: none