Skip to content

rust.vim: Links previously unused rustFuncCall - #7374

Merged
bors merged 1 commit into
rust-lang:masterfrom
jeaye:func_highlight
Jun 30, 2013
Merged

rust.vim: Links previously unused rustFuncCall#7374
bors merged 1 commit into
rust-lang:masterfrom
jeaye:func_highlight

Conversation

@jeaye

Copy link
Copy Markdown

This allows for highlighting of function calls
for free floating, member, and static functions.

This allows for highlighting of function calls
for free floating, member, and static functions.
@thestinger

Copy link
Copy Markdown
Contributor

Sadly I don't think the rustFuncCall pattern is actually correct, since it will match variant and named tuple constructors.

@jeaye

Copy link
Copy Markdown
Author

Having this change fixes more than what's already broken; the pattern may need to be modified, but this link still need to take place.

bors added a commit that referenced this pull request Jun 30, 2013
This allows for highlighting of function calls
for free floating, member, and static functions.
@borsbors closed this Jun 30, 2013
@bors
bors merged commit 41f11d6 into rust-lang:masterJun 30, 2013
@jeaye
jeaye deleted the func_highlight branch June 30, 2013 20:38
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7374: Add step to run analysis-stats on std r=lnicola a=tweksteen
Run `analysis-stats` on `std` as part of the release workflow. Uses the `--with-deps` to also parse other crates defined in `stdlibs`. Remove the condition for exection, both analysis will be run for nightly and release builds.
Do not submit until rust-lang#6956 has been fixed.
Bug: rust-lang#6956
Co-authored-by: Thiébaud Weksteen <tweek@google.com>
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.

3 participants

@jeaye@thestinger@bors