mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-15 00:00:15 +02:00
706 B
706 B
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Bug report | Create a report to help us improve | A-tokio, C-bug |
Version
List the versions of all tokio crates you are using. The easiest way to get
this information is using cargo-tree.
cargo install cargo-tree
(see install here: https://github.com/sfackler/cargo-tree)
Then:
cargo tree | grep tokio
Platform
The output of uname -a (UNIX), or version and 32 or 64-bit (Windows)
Description Enter your issue details here. One way to structure the description:
[short summary of the bug]
I tried this code:
[code sample that causes the bug]
I expected to see this happen: [explanation]
Instead, this happened: [explanation]