Ed Page
Ed Page
Looking at #343, we can see that the trimming logic should really care about atomic units of syntax. While we can pile more hacks on top of our existing ones,...
From rust-lang/cargo#15942 ``` [NOTE] waiting for foo v0.0.1 to be available at registry `alternative` | [HELP] you may press ctrl-c to skip waiting; the crate should be available shortly ```...
I have code like the following ```rust fn typo_to_group { let title = match &msg.corrections { typos::Status::Valid => unimplemented!("never valid words to report"), typos::Status::Invalid => { format!("`{}` is disallowed", msg.typo,)...
### Problem #16300 mirrors some `clean.rs` tests into `clean_new_layout` but `assert_all_clean` fails on several tests because dep info files remain. #16300 introduces support for removing uplifted files but the examples...
Like RUSTFLAGS, build scripts are an important escape hatch. Like RUSTFLAGS (#12739), we should find replacements for common uses of build scripts so people don't have to reach to this...
Implementation: - [x] #15848 - [x] #15947 Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-dir-new-layout ## Known issues - As a side effect, we pass a lot more parameters to rustc, likely making `cargo -vv` more...
When publishing a package with a custom registry, Cargo resolves the dependency `registry` field to `registry-index` (#14500). However, `registry-index` is for internal purposes only and this is not intended as...
As a follow up to #14125, we've talked about changing the default for `build-dir` after a sufficient time of it being stabilized so people have a chance to test their...