Taiki Endo
Taiki Endo
Please provide a detailed description and reproduction of the problem. --- > How it calculates the number of the lines? This is handled by llvm-cov that included in llvm-tools{,-preview} component....
I would accept a PR to implement this.
Documented in https://github.com/taiki-e/cargo-llvm-cov/pull/369. Closing per https://github.com/taiki-e/cargo-llvm-cov/pull/352#issuecomment-2595914637.
It is just not there yet as it was recently stabilized. I would accept a PR to add it.
Closing in favor of #117
I believe this is basically an area that Miri or sanitizer should handle. It would be very difficult to detect the okay assume_init call such as `MaybeUninit` -> `[MaybeUninit;N]` on...
This repository is about create-gh-release-action which has no build stuff, so assuming you are talking about upload-rust-binary-action. - For native compilation, it can probably be installed by calling APT before...
This sounds reasonable. I would accept a PR to implement this.
`tar: none` + `zip: none` doesn't mean upload binary as-is. It means that don't upload anything unless `asset` option is used (it's not a documented behavior though...). Support for the...
There are many APIs in futures, so I think it is better to work with a narrower scope based on where you specifically need it. - It should be easy,...