Skip to content

Update keyword list in vim/syntax/rust.vim - #1099

Merged
brson merged 1 commit into
rust-lang:masterfrom
mbrubeck:doc_fix
Oct 30, 2011
Merged

Update keyword list in vim/syntax/rust.vim#1099
brson merged 1 commit into
rust-lang:masterfrom
mbrubeck:doc_fix

Conversation

@mbrubeck

Copy link
Copy Markdown
Contributor

Removed: iter, each, put, macro, meta, syntax, port, spawn

Added: block, copy

I didn't touch prove and note, which are in the documentation but are not implemented. Are these planned for future implementation, or are they obsolete?

Removed: iter, each, put, macro, meta, syntax, port, spawn
Added: block, copy
@brson
brson merged commit 0bf10d8 into rust-lang:masterOct 30, 2011
@brson

Copy link
Copy Markdown
Contributor

Thanks!

bjorn3 added a commit to bjorn3/rust that referenced this pull request Nov 1, 2020
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
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mbrubeck@brson