Uh oh!
There was an error while loading. Please reload this page.
testsuite: Update a test for #4350 - #6321
Closed
ILyoan wants to merge 1 commit into
Closed
Conversation
bors added a commit
that referenced
this pull request
May 8, 2013
flip1995 pushed a commit
to flip1995/rust
that referenced
this pull request
Dec 6, 2020
Trigger modulo_one lint also on -1. Fixesrust-lang#6321. changelog: trigger `modulo_one` lint also on `-1`
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
6320: Textmate grammar: prevent line comments from breaking block comments (closesrust-lang#6281) r=matklad a=dustypomerleau Fixesrust-lang/rust-analyzer#6281. Previously, line comments were able to break block comments by essentially commenting out the closing `*/`, resulting in a never-ending comment. This PR splits block comments into a separate repository group to fix this problem. Since the comment scopes also include ignored parameters and inferred types, I've added the change proposed by @bnjjj in rust-lang/rust-analyzer#6317, in order to closerust-lang/rust-analyzer#6311 as well. 6321: Fix opening module documentation opening parent documentation instead r=matklad a=zacps The whole path/URL joining code is kind of ugly which is what led to this, but at the same time I don't really want to rewrite it right now... Fixesrust-lang/rust-analyzer#6286 Co-authored-by: Dusty Pomerleau <dustypomerleau@users.noreply.github.com> Co-authored-by: Zac Pullar-Strecker <zacmps@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 freeto 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.
No description provided.