Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
klutzy:issue-9205
Jun 2, 2014
Merged

test: Enable #9205-related tests on windows#14591
bors merged 1 commit into
rust-lang:masterfrom
klutzy:issue-9205

Conversation

@klutzy

Copy link
Copy Markdown
Contributor

Fixes#9205.

@klutzy

Copy link
Copy Markdown
ContributorAuthor

(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
@borsbors closed this Jun 2, 2014
@bors
bors merged commit 42e4464 into rust-lang:masterJun 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
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Apr 22, 2025
`cmake` has been pinned to version 3.31.6 in Ubuntu runner images.
Reference: actions/runner-images#11933
changelog: none
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.

mingw: abi change on recent gcc

3 participants

@klutzy@thestinger@bors