-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Remove hello_world
directory
#144411
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
Remove hello_world
directory
#144411
Conversation
|
When you do these kind of ui subdirectory changes, can you also make sure to update |
Sure, one sec |
I believe you've meant |
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
@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.
Yeah, it's a bit weird where to put it, warnings/
is fine for now.
btw meta suggestion: I edited the PR description to better reflect what this PR currently does, it's very helpful to update the PR title/description after changes since the initial version/approach :3 |
☔ The latest upstream changes (presumably #144440) made this pull request unmergeable. Please resolve the merge conflicts. |
will fix this after #144151 (because of conflict) |
@rustbot ready |
@bors r+ rollup |
Rollup of 6 pull requests Successful merges: - #144042 (Verify llvm-needs-components are not empty and match the --target value) - #144268 (Add method `find_ancestor_not_from_macro` and `find_ancestor_not_from_extern_macro` to supersede `find_oldest_ancestor_in_same_ctxt`) - #144411 (Remove `hello_world` directory) - #144662 (compiletest: Move directive names back into a separate file) - #144666 (Make sure to account for the right item universal regions in borrowck) - #144668 ([test][run-make] add needs-llvm-components) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 6 pull requests Successful merges: - rust-lang/rust#144042 (Verify llvm-needs-components are not empty and match the --target value) - rust-lang/rust#144268 (Add method `find_ancestor_not_from_macro` and `find_ancestor_not_from_extern_macro` to supersede `find_oldest_ancestor_in_same_ctxt`) - rust-lang/rust#144411 (Remove `hello_world` directory) - rust-lang/rust#144662 (compiletest: Move directive names back into a separate file) - rust-lang/rust#144666 (Make sure to account for the right item universal regions in borrowck) - rust-lang/rust#144668 ([test][run-make] add needs-llvm-components) r? `@ghost` `@rustbot` modify labels: rollup
We use a rust hello_world test program as part of PGO training, and it was recently moved in rust-lang/rust#144411, which breaks toolchain builds when profiling is enabled. Original-Bug: 435743671 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1336708 Original-Revision: f21213834663f3ae8f206ce379816c17ee6355b6 GitOrigin-RevId: bd6709bd37188547667a26e01a3c8461b69b4dad Change-Id: I8c2d3c92f4e21bc414d5b67f88c7178d197e690d
Move
tests/ui/hello_world/main.rs
and retire the single-filetests/ui/hello_world/
directory.Part of #133895.
r? @jieyouxu