denzp / rustc-llvm-proxy

Proxy LLVM calls into Rust own shared library in runtime
MIT License
32 stars 13 forks source link

Fix builds on nightly. #8

Closed definitelynobody closed 5 years ago

definitelynobody commented 5 years ago

Using ..= instead of ... fixes builds on nightly and works on stable.

Also there was a mut that wasn't needed.

denzp commented 5 years ago

Thank you! I'll publish it to crates.io together with #9.