Playground timeout too short for some examples
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 22.2k
- Forks
- 1.9k
- PR merge metrics
- PR metrics pending
Description
Problem
Listing 17-19: Using Pin directly with the pin! macro to avoid unnecessary heap allocations
web version does not run and time out. local check find the reference to Future is missing. This example suppose to run but miss the line
use std::future::Future; in imports
https://doc.rust-lang.org/book/ch17-03-more-futures.html
Steps
click run or copy the code to cargo run.
Possible Solution(s)
add back the line
Notes
thanks for tutorial and we can keep it up
Version
the version currently online at the time of 20251124 UTC + 10 9:21 am
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Listing 17-19 in the Rust Book chapter on more futures and compare the web version with a local cargo run. Verify the reported missing Future reference and confirm that the example runs successfully in the web playground and locally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100