dtolnay / cargo-llvm-lines

Count lines of LLVM IR per generic function
Apache License 2.0
414 stars 24 forks source link

Apply windows-specific workaround to windows only #24

Closed dtolnay closed 4 years ago

dtolnay commented 4 years ago

Hopefully this still works. @panstromek

dtolnay commented 4 years ago

Nightly build failure is a nightly Cargo bug (https://github.com/rust-lang/cargo/issues/8351).

panstromek commented 4 years ago

Ah, cool. I thought about doing this, too, but then kinda forgot about it. I just tested the new release, it works fine 😉