rabite0 / hunter

The fastest file manager in the galaxy!
Do What The F*ck You Want To Public License
1.32k stars 64 forks source link

Check rust compiler version #57

Closed rabite0 closed 5 years ago

rabite0 commented 5 years ago

A lot of people had problems compiling hunter, because they weren't using a recent enough nightly compiler.

Solution: A check in build.rs and bail with a warning when they're not on rust-nightly.

ghost commented 5 years ago

https://stackoverflow.com/questions/49247618/check-whether-compiler-is-nightly-at-compile-time this would be a good starting point I think

rabite0 commented 5 years ago

Cool, thanks.