Skip to content

Conversation

@omasanori
Copy link
Contributor

Updating the list of options and sorting it.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
bors added a commit that referenced this pull request Feb 2, 2014
Updating the list of options and sorting it.
@bors bors closed this Feb 2, 2014
@bors bors merged commit dab8640 into rust-lang:master Feb 2, 2014
@omasanori omasanori deleted the update-zsh branch February 2, 2014 08:26
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
fix: local items should not be completed in parent signature

fixes rust-lang#11959

> We get a Bar completion for the following snippet which is wrong as the item is not visible in that position.
> ``` rust
> fn foo() -> $0 {
>    struct Bar;
> }
> ```

I investigated the problem and found that the scope of the cursor offset, also `CompletionContext.scope` is the body of the function
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 28, 2023
Do not consider `async { (impl IntoFuture).await }` as redundant

changelog: [`redundant_async_block`]: do not trigger on `IntoFuture` instances

Fix rust-lang#11959
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.

2 participants