sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

require nightly compiler to expand macros #83

Closed JeanMertz closed 3 years ago

JeanMertz commented 5 years ago

To prevent:

$ cargo rustc -- -Z unstable-options --pretty=expanded

error: the option `Z` is only accepted on the nightly compiler
weiznich commented 5 years ago

I would probably just point to cargo expand here. That should handle all this transparently for you.

weiznich commented 3 years ago

Closed as there are merge conflicts after the website "rewrite"