Reorganize tests/ui/issues [16/N]#158485
Open
zedddie wants to merge 2 commits into
Open
Conversation
Collaborator
|
This PR modifies |
zedddie
commented
Jun 27, 2026
| ui/span/issue-43927-non-ADT-derive.rs | ||
| ui/span/issue-71363.rs | ||
| ui/span/issue-81800.rs | ||
| ui/span/issue28498-reject-ex1.rs |
Contributor
Author
There was a problem hiding this comment.
this one is also part of nonparametric-dropck (I am not sure this issue is active though, gate for it was removed, but issue is still open), so i thought it should also go under rfcs/
Contributor
Author
|
not sure about |
Teapot4195
reviewed
Jun 27, 2026
Member
|
fully agree @bors r=Teapot4195,Kivooeo rollup |
Contributor
jhpratt
added a commit
to jhpratt/rust
that referenced
this pull request
Jun 28, 2026
…ot4195,Kivooeo Reorganize `tests/ui/issues` [16/N] Part of [GSoC'26 project](https://rust-lang.zulipchat.com/#narrow/channel/421156-gsoc/topic/Project.3A.20Reorganizing.20tests.2Fui.2Fissues) Also moved one test from `span/` as it is part of `28498` r? Kivooeo @Teapot4195
rust-bors Bot
pushed a commit
that referenced
this pull request
Jun 28, 2026
Rollup of 15 pull requests Successful merges: - #158497 (stdarch subtree update) - #152225 (Add supertrait item shadowing for type-level path resolution) - #158194 (Adds RmetaLinkCache a per-link cache that uses path as the key of dec…) - #158466 (rustdoc: show impl Trait<Box<Local>> for Foreign, etc on Local's docs) - #158501 (miri subtree update) - #153097 (Expand `OptionFlatten`'s iterator methods) - #157614 (Move tests drop) - #157996 (perf: drop the full-crate AST walk in check_unused) - #158163 (Fix too-short variance slice in `variances_of` cycle recovery) - #158233 (Allow the unstable attribute on foreign type) - #158433 (Fix inconsistent safety requirement in VecDeque::nonoverlapping_ranges) - #158464 (Reorganize `tests/ui/issues` [15/N]) - #158470 (Upgrade `jsonsocck` and `jsondoclint` to edition 2024.) - #158485 (Reorganize `tests/ui/issues` [16/N]) - #158488 (Upgrade `rustdoc-json-types` to 2024 edition.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of GSoC'26 project
Also moved one test from
span/as it is part of28498r? Kivooeo
@Teapot4195