Urgau
Urgau
> You could consider doing a crater run to figure out which flags are common? We did, you can see the results here: https://github.com/rust-lang/rust/issues/120701#issuecomment-1937010106 Deciding what is common enough is...
I pushed several more commits that tries to improve the clarity the message were are trying to pass, mainly by moving the "move help message" to a separate span with...
I continued to improved the diagnostic output by adding labels that points to Self type and Trait to better put emphasis on the fact that they are non-local for the...
> * First, a papercut: apparently there are empty `values()` calls when the feature is enabled, even if there is another `values(...)` call with content present already. In that case,...
[Adjust `-Zcheck-cfg` for new rustc syntax and behavior - #12845](https://github.com/rust-lang/cargo/pull/12845) was merged and brings some major changes to the feature from Cargo side. ### Unified options All the options have...
> Do we miss the `docsrs` condition, which is used by the docs.rs site? As far as I can tell, the `docsrs` config is a **custom configuration** and is not...
https://github.com/rust-lang/cargo/pull/13316 was just merged. This PR is being built from two `rustc` changes https://github.com/rust-lang/rust/pull/119473 and https://github.com/rust-lang/rust/pull/119930 which fixes some issues with empty `values()`. For Cargo this means that when there...
> Skimming my dependencies `check-cfg` outputs, there's a couple I noticed, `cfg(fuzzing)`. @Nemo157, `fuzzing` would need to be manually added to the crate expected cfgs. You can follow the warning...
> I brought `cfg(fuzzing)` up because I feel it might fall under whatever notability requirement there is to have it as a default tool cfg [...] I see, interesting. The...
> @Urgau I think a found a false positive when building https://github.com/toml-rs/toml @epage I've looked at this and I don't think there is a bug here. While it's true that...