Weihang Lo
Weihang Lo
Traditional Chinese translation [is also available](https://weihanglo.tw/async-book/). And here is the [forked repo](https://weihanglo.tw/async-book/). We are really looking forward to any form of i18n supports.
As @ehuss said, the generation of `#[ignored]` can help us be more confident in which tests have been run and which haven't. I like the explicit, especially when tracing old...
I would take a look then. Thank you for updating this!
@rfcbot merge It makes sense to me as a more specific overrides taking higher precedence than glob one. Though this changes the old behaviour, need the team to take a...
As the error message conveys, there is no `--bin` flag for `cargo clean`. Could you elaborate more on what "remove the binary" means? My current understanding is that you want...
It's a bit unlucky that Cargo has no knowledge about filesystem in terms of tests. And neither does the underlying test harness `libtest`. Currently the only way to filter tests...
Which method did you install rust with?
Tip: You can run `cargo build --verbose` to help you trace the error, though interpreting them need a certain level of familiarity with `rustc`. Generally, when seeing `rustc --crate-name build_script_xxxxx`,...