Martin Pool
Martin Pool
I poked around but it looks like it'll take more time than I have free at the moment to understand how RA does macro expansion. I don't understand why it...
Thanks, I won't claim this. I tried a couple more things, one of which was to make the proc macro print out what it's getting as input. From rustc it...
> I cannot reproduce the error on VSCode on Windows on the `canary` branch. So it's either a MacOS-specific problem or a Cursor-specific problem. Since I don't own a Mac...
Actually I no longer see the warning in either my main tree or the isolated reproduction in comment 1 on `rust-analyzer 1.90.0-beta.7 (fb918cec013 2025-08-29)` Is it dependent on the state...
Yes that looks right!
Thanks! > Do you have cases in mind for there was a concern that globs within a domain might be misused or confusing? I don't know, I was just trying...
This is similar to #24. But, maybe here you're saying we could remember which specific tests failed due to each specific mutation?
Yes, I think it's an interesting idea. I think it's more closely connected to a coverage tool than to cargo-mutants, and it would probably require running each test separately like...
I agree about warning (or maybe even refusing?) if there are any library crates in scope. idk if you read cargo-metadata today; if not this might make it a larger...
Yep, https://github.com/sourcefrog/cargo-mutants/issues/194 has some other related ideas. I think the heart of it is: the standard Rust test framework does not exit early when one test fails, but at least...