Skip to content

Commit d722217

Browse files
committed
tests: Add test case. Closes #3250
1 parent b8fe575 commit d722217

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/test/run-pass/issue-3250.rs

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#[auto_serialize]
2+
3+
type t = (uint, uint);
4+
5+
6+
7+
fn main() { }

0 commit comments

Comments
 (0)