rustc: bunch of frontend hacking in pursuit of removing old #macros - #3936
Closed
graydon wants to merge 4 commits into
Closed
rustc: bunch of frontend hacking in pursuit of removing old #macros#3936graydon wants to merge 4 commits into
graydon wants to merge 4 commits into
Conversation
Contributor
|
I don't think I need to review this change. :) rubber stamp=me. |
This reverts commit 89bbaff.
…nd foo!{...} only.
Contributor
Author
|
@pcwalton : Updated the changes to include a new qq and a rollback of a change pauls pointed out in private email. |
Contributor
|
r=me |
Contributor
Author
|
Pushed in c6d0117 |
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this pull request
Oct 15, 2024
…Jung Added rust-analyzer instructions for Helix That pull request adds information on how to configure Helix to use `rust-analyzer`, and moves the existing configuration to the `src/etc` directory as it's in the `rust` repository. Not adding instructions for other IDE because there's a link leading to the how-to for `rustc`.
U007D
pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
7468: Enable fill_match_arms in macros r=Veykril a=Veykril Fixes rust-lang#3936 The indentation is a bit off, but I don't think it's worth trying to fix that up until we have a proper formatting thing set up, as this most likely requires some hand picked specializing making the implementation worse to read(Assuming this can even be fixed for all cases by hardcoding indentation fixes). bors r+ Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
r? @pcwalton