-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Move some tests to more reasonable directories - 9.5 #90947
Conversation
This comment has been minimized.
This comment has been minimized.
7f392cc
to
a2a7683
Compare
@c410-f3r |
Done |
18d6453
to
6c7ba92
Compare
with-no-generics-in-parameter-list.rs -> parser The |
4ab6daf
to
bb13b98
Compare
Should be good now |
impl-privacy-xc-2.rs -> privacy @bors r+ |
📌 Commit bb13b98eb650df6072b4b24fb5bf4e91e28631f2 has been approved by |
bb13b98
to
41d9abd
Compare
@bors r+ |
📌 Commit 41d9abd has been approved by |
rustc: Remove `#[rustc_synthetic]` This function parameter attribute was introduced in rust-lang#44866 as an intermediate step in implementing `impl Trait`, it's not necessary or used anywhere by itself. Noticed while reviewing rust-lang#90947.
rustc: Remove `#[rustc_synthetic]` This function parameter attribute was introduced in rust-lang#44866 as an intermediate step in implementing `impl Trait`, it's not necessary or used anywhere by itself. Noticed while reviewing rust-lang#90947.
Rollup of 8 pull requests Successful merges: - rust-lang#89258 (Make char conversion functions unstably const) - rust-lang#90578 (add const generics test) - rust-lang#90633 (Refactor single variant `Candidate` enum into a struct) - rust-lang#90800 (bootstap: create .cargo/config only if not present) - rust-lang#90942 (windows: Return the "Not Found" error when a path is empty) - rust-lang#90947 (Move some tests to more reasonable directories - 9.5) - rust-lang#90961 (Suggest removal of arguments for unit variant, not replacement) - rust-lang#90990 (Arenas cleanup) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
cc #73494
r? @petrochenkov