aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-01-19 16:13:33 -0500
committerRafael Ávila de Espíndola <[email protected]>2011-01-19 16:13:33 -0500
commit35d53b7eb17c17ac492aa67f843c94e8db1731e1 (patch)
treede6d3c190daaa01cb87018c63ec69d18255f6e13 /src/Makefile
parentFold function output and argument types. With this change we fail to compile (diff)
downloadrust-35d53b7eb17c17ac492aa67f843c94e8db1731e1.tar.xz
rust-35d53b7eb17c17ac492aa67f843c94e8db1731e1.zip
Look at the type params of an item_ty when resolving.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index c6809443..628b00cb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -468,6 +468,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
simple-obj.rs \
stateful-obj.rs \
type-in-nested-module.rs \
+ type-param.rs \
tup.rs \
u32-decr.rs \
u8-incr.rs \