Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak copy and formatting of Tasks guide #17955

Merged
merged 1 commit into from
Oct 18, 2014
Merged

Conversation

rjz
Copy link
Contributor

@rjz rjz commented Oct 11, 2014

No description provided.

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

@bors bors closed this Oct 18, 2014
@bors bors merged commit a35c53d into rust-lang:master Oct 18, 2014
@rjz rjz deleted the tweak-tasks-guide branch October 19, 2014 02:11
lnicola pushed a commit to lnicola/rust that referenced this pull request Aug 29, 2024
…scope, r=Veykril

fix: Don't enable the search fast path for short associated functions when a search scope is set

In most places where we set a search scope it is a single file, and so the fast path will actually harm performance, since it has to search for aliases in the whole project. The only exception that qualifies for the fast path is SSR (there is an exception that don't qualify for the fast path as it search for `use` items). It sets the search scope to avoid dependencies. We could make it use the fast path, but I didn't bother.

I forgot this while working on rust-lang#17927.
Sign up for free to 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.

4 participants