-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rollup of 4 pull requests #63752
Rollup of 4 pull requests #63752
Conversation
Fix double resolving custom libdir Fixes rust-lang#62496 Related issue is https://bugs.gentoo.org/672816
…amertj Stabilize `async_await` in Rust 1.39.0 Here we stabilize: - free and inherent `async fn`s, - the `<expr>.await` expression form, - and the `async move? { ... }` block form. Closes rust-lang#62149. Closes rust-lang#50547. All the blockers are now closed. <details> - [x] FCP in rust-lang#62149 - [x] rust-lang#61949; PR in rust-lang#62849. - [x] rust-lang#62517; PR in rust-lang#63376. - [x] rust-lang#63225; PR in rust-lang#63501 - [x] rust-lang#63388; PR in rust-lang#63499 - [x] rust-lang#63500; PR in rust-lang#63501 - [x] rust-lang#62121 (comment) - [x] Some tests for control flow (PR rust-lang#63387): - `?` - `return` in `async` blocks - `break` - [x] rust-lang#61775 (comment), i.e. tests for rust-lang#60944 with `async fn`s instead). PR in rust-lang#63383 </details> r? @cramertj
…coration-from-src/test, r=Centril Cherry-pick src/test changes with Centril's changes None
rustc_metadata: replace LazySeq<T> with Lazy<[T]>. Part of rust-lang#59953, split out for separate landing (see rust-lang#59953 (comment)). r? @Zoxc
@bors r+ p=4 rollup=never |
📌 Commit e3e8b7f has been approved by |
☀️ Test successful - checks-azure |
📣 Toolstate changed by #63752! Tested on commit bea0372. 💔 clippy-driver on windows: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). |
Tested on commit rust-lang/rust@bea0372. Direct link to PR: <rust-lang/rust#63752> 💔 clippy-driver on windows: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 💔 rls on linux: test-pass → test-fail (cc @Xanewok, @rust-lang/infra).
Successful merges:
async_await
in Rust 1.39.0 #63209 (Stabilizeasync_await
in Rust 1.39.0)Failed merges:
r? @ghost