rust-lang-nursery / lazy-static.rs

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

Update unsized error msg pattern #104

Closed KodrAus closed 6 years ago

KodrAus commented 6 years ago

Looks like the error messages for unsized types have been improved.

KodrAus commented 6 years ago

cc @Kimundi I've added a weekly cron job to lazy_static so we can try catch regressions sooner rather than later. If things stop building then I'll try get on top of it.