Michael Goulet
|
c682aa162b
|
Reformat using the new identifier sorting from rustfmt
|
2024-09-22 19:11:29 -04:00 |
|
Yuri Astrakhan
|
91275b2c2b
|
Avoid ref when using format! for perf
Clean up a few minor refs in `format!` macro, as it has a tiny perf
cost. A few more minor related cleanups.
|
2024-07-19 12:23:49 -04:00 |
|
Ralf Jung
|
e1338cc254
|
enable test_join test in Miri
|
2023-07-03 14:05:55 +02:00 |
|
tamaron
|
83242897fb
|
add tests
|
2022-02-02 23:07:02 +09:00 |
|
Ralf Jung
|
5994990088
|
disable test with self-referential generator on Miri
|
2021-12-20 12:33:55 +01:00 |
|
Josh Triplett
|
67ab53daee
|
Update library/core/tests/future.rs
Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>
|
2021-12-10 05:07:52 -08:00 |
|
Daniel Henry-Mantilla
|
f8dc13db43
|
Add tests asserting the function-like semantics of join!()
|
2021-12-09 22:57:30 +01:00 |
|
Ibraheem Ahmed
|
a8c9314100
|
remove implicit .await from core::future::join
|
2021-12-08 16:44:48 -05:00 |
|
Ibraheem Ahmed
|
d07cef22b0
|
add tests for core::future::join
|
2021-12-07 21:20:58 -05:00 |
|