rust/src/test/run-pass/issue-3250.rs
2012-12-24 18:29:01 -08:00

8 lines
60 B
Rust

#[auto_serialize]
type t = (uint, uint);
fn main() { }