xd009642 / tarpaulin

A code coverage tool for Rust projects
https://crates.io/crates/cargo-tarpaulin
Apache License 2.0
2.5k stars 180 forks source link

Does tarpaulin work with rustdoc::all? #773

Closed xd009642 closed 3 years ago

xd009642 commented 3 years ago

https://github.com/jonhoo/griddle/pull/19

pedromfedricci commented 3 years ago

Hey! I just pulled the latest tag: xd009642/tarpaulin:latest, and the rustc in it is 1.51.0. rustdoc::all was introduced in 1.52.0 -> #82798, so i guess that's why it will fail to compile if the docker image is used? ty for checking it!

xd009642 commented 3 years ago

Ah brilliant I was just about to pull the image and see what the rust version was! I'll trigger a rebuild so it will update the compiler version 👍