mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
tests: Add test case. Closes #3250
This commit is contained in:
parent
b8fe575e79
commit
d722217a68
7
src/test/run-pass/issue-3250.rs
Normal file
7
src/test/run-pass/issue-3250.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#[auto_serialize]
|
||||
|
||||
type t = (uint, uint);
|
||||
|
||||
|
||||
|
||||
fn main() { }
|
Loading…
Reference in New Issue
Block a user