David Tolnay
David Tolnay
I think what you are observing is that mature projects naturally become increasingly selective about feature work over time. Serde 1.0 was released 3 years ago. If I were someone...
The failing ui test was from a non-textual conflict with https://github.com/serde-rs/serde/commit/8e1ae68569db46251a88997e5e212392d4ad83ea. Fixed in #2839. (Also #2840). It is unfortunate that: ```console = help: the following other types implement trait `Serializer`:...
Reported https://github.com/rust-lang/rust/issues/132024.
No worries. I think I would just ask @sger to consider what the role of the nonfree section of this repo is, as compared against (Amazon search for "rust programming"...
How would a cargo subcommand know what plugins to run? Syntex by itself doesn't do anything unless you register plugins for it to apply. At that point I don't see...
I opened #664 to try to make progress by exposing a way to construct `Spanned`, even if the fields aren't public. I would be happy for us to consider `Spanned::new(lo..hi,...
As I understand it, #635 adds a mechanism by which authors of a `Deserializer` impl can look at a particular `deserialize_struct` call and tell whether `Spanned` is the thing being...
> It answers true exactly when the release channel is known to be `nightly` or `dev` _and_ the feature has not been disabled via `RUSTFLAGS` or `CARGO_ENCODED_RUSTFLAGS`. Regarding this part,...
Thanks. Formatted and without libfuzzer-sys dependency: ```rust // [dependencies] // syn = { version = "2", default-features = false, features = ["full", "parsing", "printing"] } // quote = { version...
Minimized further: ```rust const INPUT: &str = r" 0 | ..0 | ..0 | ..0 | ..0 | ..0 | ..0 | ..0 | ..0 | ..0 | ..0 |...