Open
Description
Hey there, thanks so much for your incredible work on this tool.
Just noticed two things as a new user of this tool on Windows:
- I couldn't clearly see in the README that the tool is only supported on MSVC on Windows, I couldn't get it working on the GNU toolchain
- I understand that
no_coverage
is an unstable feature, but perhaps it should be stated that it will only work on nightly Rust and be ignored on the stable channel
And as two follow-ups to these points:
- Is it possible to get this tool working on the GNU toolchain for Windows?
- Is there a way to specify no_coverage on stable Rust? The tool itself works perfectly on stable Rust but the
no_coverage
attribute is simply ignored and not taken into account
Thanks heaps
Fotis