Closed
Description
Still can't enable this. Getting a bunch of warnings for code like fmt!("Expected a simple unit but found %?", u)
where u looks like
pub enum Unit
{
Newton,
Joule,
Compound(@[Unit], @[Unit]),
}
Errors look like:
src/generated.rs:273:66: 273:67 error: structural records are deprecated
src/generated.rs:273 Compound(*) => fail fmt!("Expected a simple unit but found %?", u),
This is with 0.5