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

test: Enable #9205-related tests on windows #14591

Merged
merged 1 commit into from
Jun 2, 2014
Merged

Conversation

klutzy
Copy link
Contributor

@klutzy klutzy commented Jun 2, 2014

Fixes #9205.

@klutzy
Copy link
Contributor Author

klutzy commented Jun 2, 2014

(The three tests are expected to fail on old mingw/gcc, but I don't think we should support them.)

bors added a commit that referenced this pull request Jun 2, 2014
@bors bors closed this Jun 2, 2014
@bors bors merged commit 42e4464 into rust-lang:master Jun 2, 2014
@klutzy klutzy deleted the issue-9205 branch June 6, 2014 01:45
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2023
Restrict "sort items" assist for traits & impls

This restricts the "sort items alphabetically" assist when the selection is inside a `Impl` or `Trait` node & intersects with one of the associated items.

It re-orders the conditional checks of AST nodes in the `sort_items` function to check for more specific nodes first before checking `Trait` or `Impl` nodes. The `AssistContext` is passed into the `add_sort_methods_assist` function to check if the selection intersects with any inner items, e.g. associated const or type alias, function. In this case the assist does not apply.

Fixes: rust-lang#14516
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.

mingw: abi change on recent gcc
3 participants