Implement std::num::Zero for bool

Closes #8024.
This commit is contained in:
Birunthan Mohanathas 2013-07-24 22:37:48 +03:00
parent f132401a0b
commit f73bb2bfe6
2 changed files with 12 additions and 4 deletions

View file

@ -33,6 +33,7 @@ struct Lots {
g: (f32, char),
h: ~[util::NonCopyable],
i: @mut (int, int),
j: bool,
}
fn main() {