-
## Bug Report
### Version
- `tracing-attributes` v0.1.26
- `tracing` v0.1.37
(Also reproduced in b8c45ccd067a6aebdd9257c5edda6bc90bcf9028)
### Platform
N/A (Rust Playground)
…
-
## Motivation
There's a [protocol](https://github.com/solana-labs/solana/blob/master/docs/src/proposals/off-chain-message-signing.md) for signing non-transaction messages. Let's create `@solana/off…
-
I think these are realistically only used to compute hashes and maybe debug the preimage of the hashes both of which work just fine without `async`. But I might be missing something.
I was thinking…
-
[](https://issuehunt.io/r/sindresorhus/clipboardy/issues/42)
I'm using the Clipboard Ring extension (https://github.com/SrTobi/code-clip-ring) in VS Code, which has a dependency on clipboardy ^1.…
-
### my rust env
* windows 10
* cargo -V
```
cargo 1.62.1 (a748cf5a3 2022-06-08)
```
I have a rust library which create by `cargo new circ --bin`
I try to copy `irc/examples/simple_plain…
-
## Issue
Running `tab.find_elements()` takes **>150** times as long as running `document.querySelectorAll()` in Javascript.
I'm not sure if I'm doing something wrong or if this the expected pe…
-
Hello! I was wondering if there is interest in adding a trait for async drivers.
I am currently using an [Rmt async driver](
https://github.com/esp-rs/esp-hal/blob/main/esp-hal/src/rmt.rs#L287-L30…
-
## Environment
* **IntelliJ Rust plugin version:** 0.2.119.3022-193-nightly
* **Rust toolchain version:** rustc 1.44.0-nightly (38114ff16 2020-03-21)
* **IDE name and version:** clion 2019.3.…
-
### Summary
I just came across a case where I think the new `let_underscore_future` #9721 produces a false positive:
```rust
#[tokio::main]
async fn main() {
let _ = tokio::spawn(async {…
-
auto-reduced (treereduce-rust):
````rust
#![feature(async_closure, noop_waker, async_fn_traits)]
use std::future::Future;
use std::pin::pin;
use std::task::*;
pub fn block_on(fut: impl F…