rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.93k stars 112 forks source link

Compilation failure on nightly #85

Closed joshlf closed 7 years ago

joshlf commented 7 years ago

As of rustc 1.22.0-nightly (cfcac3720 2017-09-17), lazy-static fails to build on nightly due to this issue in spin.

KodrAus commented 7 years ago

We've also got some changes in #84 related to splitting the const_fn cfg.

joshlf commented 7 years ago

Gotcha.