Martijn Gribnau

Results 148 comments of Martijn Gribnau

I don't think anyone is working on thus right now :)

> Hello. I have tried the new cargo-msrv and it seems that `cargo-msrv msrv find` supports workspaces root (great!) but not `verify`. Should I open another issue? Yikes, that should've...

Support for nightlies mostly depends on supporting nightlies in the `rust-releases` crate. Last week I started working on refactoring `rust-releases` such that all obtainable release information can be parsed and...

Thanks for the report. That's definitely a bug. I wasn't aware globs were supported.

These are all integration tests, which depend on Rustup being able to install the older toolchains. Ideas to resolve the issue: * disable the subset of integration tests for `riscv64gc`...

> In my opinion, cargo-msrv should try to find the minimum supported version binary for a specific arch. Different MSRV on different architecture is more acceptable. We can't ask a...

Hi! Thanks for the report! I'm currently not close to a laptop, so am not able to investigate more closely. I will have a more thorough look next week. I've...

Except: the library code you provided as an example is perhaps private (i.e. not marked with `pub` and not used anywhere except for the the test case? In that case...

You can with some extra cargo/rustc flags, for example: `cargo rustc --profile=check -- -Zunpretty=expanded`

Hmm, if you don't mind installing cargo-expand, then it will do the above for you and it can also apply some formatting: https://crates.io/crates/cargo-expand