-
**Issue by [brson](https://github.com/brson)**
_Wednesday Jun 04, 2014 at 22:17 GMT_
_For earlier discussion, see https://github.com/rust-lang/rust/issues/14658_
_This issue was labelled with: A-li…
-
Currently I get:
```sh
$ cargo new foo
$ cd foo
$ CARGO_PROFILE_DEV_DEBUG_ASSERTIONS=false cargo +nightly build
error: failed to parse manifest at `/home/alex/code/wut/foo/Cargo.toml`
Caused…
-
https://github.com/rust-lang/rust/issues/49593 has now been fixed. This was the reason for the previous revert of stabilization (#50121). Previous stabilization report is [here]. Let's try this again!…
-
Hello,
Trying to install bender on Ubuntu 18.04, either from the Rust repos or from source, fails with the following error. Is Ubuntu 18.04 supported? (and Vivado 2018.1 ?)
Thanks in advance.
…
-
Currently how StreamConsumer stores the `JoinHandle` in a `Cell` prevents us of using the consumer in tokio's [thread_pool](https://docs.rs/tokio/0.1.6/tokio/executor/thread_pool/index.html) executor,…
-
A somewhat pathological [patch] block can cause `cargo run` to succeed once, then fail on subsequent runs with no intervening changes to the crate, for a rather mind-bending experience.
Repro instr…
-
# Project Metadata: the Status Quo
What I call "Project Metadata" is the information one can enter about the project. This happens currently in two places:
#### 1. when creating the project
Her…
atoav updated
4 years ago
-
A `boxcars::Replay` is currently tied to the byte slice which it's parsed from, which has a nice property: reducing allocations when parsing the header. The downside is that there is inconvenience on …
-
Can [Rustexp](https://rustexp.lpil.uk/), this online Rust regular expression editor and tester, be publicized? It's not quite "crate of the week", but if you don't have one anyway, maybe bend the rule…
-
test_storage::test_that_404_responses_have_a_json_body currently fails, expecting a 404 at "/nonexistent/url"