Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
Mazdak Farrokhzad
|
228015acd2
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
Mazdak Farrokhzad
|
84527e4676
|
Rollup merge of #62292 - Centril:split-async-closures, r=cramertj
Move `async || ...` closures into `#![feature(async_closure)]`
The `async || expr` syntax is moved out from `#![feature(async_await)]` into its own gate `#![feature(async_closure)]`.
New tracking issue: https://github.com/rust-lang/rust/issues/62290
Closes https://github.com/rust-lang/rust/issues/62214.
cc https://github.com/rust-lang/rust/issues/62149
r? @varkor
|
2019-07-05 13:53:06 +02:00 |
|
Mazdak Farrokhzad
|
43315bc15e
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
Yuki Okushi
|
c004451a20
|
Migrate compile-pass annotations to build-pass
|
2019-07-03 06:30:28 +09:00 |
|
varkor
|
59762baf8a
|
Move async/await tests to test/ui/async-await
|
2019-05-24 21:49:34 +01:00 |
|