Version 0.12 of Rust has changed the restrictions on using static variables. I think this is related to RFC_69. I've replaced all the static declarations in modules that wouldn't compile to now be constant declarations, and the library now seems to work fine with the current master branch of rust.
Version 0.12 of Rust has changed the restrictions on using static variables. I think this is related to RFC_69. I've replaced all the static declarations in modules that wouldn't compile to now be constant declarations, and the library now seems to work fine with the current master branch of rust.