Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#179 - briankung:fix_irrefutable_let_pattern_s…
…tructs1, r=komaeda Fixes the irrefutable let pattern warning in `structs1.rs` PR rust-lang#163 accidentally introduced an error using some versions of the Rust compiler where the compiler would (rightly!) complain about an irrefutable let pattern. I have no idea why this did not occur in all versions of the compiler, but here is a way around it.
- Loading branch information