Conversation
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Also, remove the comments describing what the test is doing if the test is simple enough. However, keep an issue link and add a new line between your comment and the test. Here's an example of what the test could look like: #152732. |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
| @@ -1,3 +1,5 @@ | |||
| // https://github.com/rust-lang/rust/issues/4265 | |||
There was a problem hiding this comment.
This should not be moved to ui/traits, there are no traits involved at all.
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
|
☔ The latest upstream changes (presumably #154008) made this pull request unmergeable. Please resolve the merge conflicts. |
Reorganize 11 tests in tests/ui/issues to appropriate subdirectories
This PR reorganizes tests in tests/ui/issues folder following the workflow suggested in the comment on #149411
Workflow:
All tests pass tidy locally using
python x.py test tidy