Implement a bit of type parameter matching to get a simple case working.

This commit is contained in:
Rafael Ávila de Espíndola 2011-01-21 15:01:20 -05:00 committed by Graydon Hoare
parent 546d144009
commit c6dec379b0
3 changed files with 32 additions and 5 deletions

View file

@ -446,6 +446,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
generic-fn-infer.rs \
generic-drop-glue.rs \
generic-tup.rs \
generic-type.rs \
hello.rs \
int.rs \
i32-sub.rs \