Uh oh!
There was an error while loading. Please reload this page.
Update keyword list in vim/syntax/rust.vim - #1099
Merged
Merged
Conversation
Removed: iter, each, put, macro, meta, syntax, port, spawn Added: block, copy
brson
commented
Oct 30, 2011
Contributor
Thanks! |
bjorn3 added a commit
to bjorn3/rust
that referenced
this pull request
Nov 1, 2020
coastalwhite pushed a commit
to coastalwhite/rust
that referenced
this pull request
Aug 5, 2023
celinval pushed a commit
to celinval/rust-dev
that referenced
this pull request
Jun 4, 2024
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
1145: Fixrust-lang#1099, plug self type type parameters in infer_path_expr r=flodiebold a=edwin0cheng As discussed in rust-lang#1099, this PR try to "plug" a `self type` type parameters in `infer_path_expr`. All the cases in 1099 was fixed and tested. And luckily, this PR fixed bug rust-lang#1030 again and make the test output correct. Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
1227: Add `default_type` method in `TypeParam` Node r=matklad a=edwin0cheng This PR add a `default_type` method in `TypeParam` Node which allow future PR to handle rust-lang#1099 case. Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
tweak and use OsStr interfaces
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.
Removed: iter, each, put, macro, meta, syntax, port, spawn
Added: block, copy
I didn't touch
proveandnote, which are in the documentation but are not implemented. Are these planned for future implementation, or are they obsolete?