-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Rehome 37 tests/ui/issues/
tests to other subdirectories under tests/ui/
#144983
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
base: master
Are you sure you want to change the base?
Conversation
|
This PR modifies |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #145077) made this pull request unmergeable. Please resolve the merge conflicts. |
bc5adb8
to
e74b717
Compare
This comment has been minimized.
This comment has been minimized.
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
e74b717
to
7690357
Compare
This comment has been minimized.
This comment has been minimized.
7690357
to
742cc39
Compare
@rustbot ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, a few minor issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: pattern
/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: pattern
/
@@ -1,3 +1,4 @@ | |||
// https://github.com/rust-lang/rust/issues/772182 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem: extra 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem: extra 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: attributes/
@@ -5,3 +5,5 @@ | |||
extern crate issue_8401; | |||
|
|||
pub fn main() {} | |||
|
|||
// https://github.com/rust-lang/rust/issues/8401 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: move to top?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: can you move this away from issues/
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: resolve/
@@ -1,3 +1,4 @@ | |||
// https://github.com/rust-lang/rust/issues/760771 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem: 1
here and in test name
Part of #133895
Methodology:
tests/ui/SUMMARY.md
Inspired by the methodology that @Kivooeo was using.
r? @jieyouxu