Weihang Lo

Results 766 comments of Weihang Lo

I'm going to close due to inactivity. Feel free to reopen if you have a chance to regenerate the man page.

> Is there a list somewhere to track deprecated things that should be removed in the next major version of Cargo? The version of Cargo follows the release of Rust...

@auspicacious Nice write-up! I'd like to correct my words. Cargo is guaranteed not to have breaking changes, pretty much SemVer (?). Usually only when them are identified as bugs or...

Thanks for the proposal. This is pretty similar (or a dup?) to . We are also brewing a [Cargo linting system](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#lintscargo) so eventually people are able to set lint levels...

True. Addressing the problem from different angles. Reopened.

I cannot reproduce with the following commands: ```console cargo new foo --lib cd foo echo "[package]" > Cargo.toml echo "name = 'foo'" >> Cargo.toml echo "version = '5123.0.0'" >> Cargo.toml...

A workaround we have today: create `./cargo/my-aarch64-config.toml` and run `cargo build --config .cargo/my-aarch64-config.toml`. It's too long to type during development, but for CI it should be sufficient.

Going to close this as it needs more designs before making a PR. Thank you for being interested in this.

Thanks for the PR. Marked it as draft for now to reflect the fact that it's still in discussion.