-
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)*
### Explanation of the feature
Pass new search parameters to `multiSearch` method to get one single lis…
-
## Bug Report
### Version
0.1.29
### Platform
* Darwin 21.2.0
* Also tested on play.rust-lang.org
### Description
I added `tracing::instrument` to some of our code and sur…
-
I've been trying to work around #217 in a complex codebase and have a simplified reproduction of a related issue. In my case, the trait in question needs a generic type **and** lifetime (due to async …
-
**Update: See https://github.com/rust-lang/rust/issues/60658#issuecomment-1509321859 for the latest reproducer**
Minimal:
```rust
#![feature(async_await, await_macro)]
use std::future::Futur…
-
This is the `rustfmt` result for an `unsafe` block:
```rust
fn main() {
// #[cfg(not(fake_flag))]
unsafe { println!() };
}
```
But uncomment the attribute, and it reformats it as:
…
-
When I updated to the latest clippy via rustup update, I ran into a new lint that doesn't seem to like returning `impl SomeTrait`: https://rust-lang.github.io/rust-clippy/master/index.html#/let_with_t…
-
There hasn't been much activity lately, dependencies are outdated, all while Rust async ecosystem undergoes rapid evolution.
So, what's the plan?
REST API client frameworks niche is still empty,…
-
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28**
Enable libraries like Hyper and Quinn to be executor-agnostic and easy to use wit…
-
I tried this code:
```rust
use futures_util::stream::{once, Stream};
use std::io;
fn assert_static
-
We've observed Uniffi ForeignFutures inconsistently being dropped. I'm assuming this is a bug because there's a test in the existing future fixtures that tries to cover it.
[Here's an example failu…