aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2010-12-24 17:03:46 -0800
committerGraydon Hoare <[email protected]>2010-12-24 17:03:46 -0800
commit8d2fdac93bd4acf41a150404e1f6579ad45b9172 (patch)
treee7219c3b151f33ce0efd563f978b505e5a3ecf61 /src/Makefile
parentAdd Rafael to AUTHORS. (diff)
downloadrust-8d2fdac93bd4acf41a150404e1f6579ad45b9172.tar.xz
rust-8d2fdac93bd4acf41a150404e1f6579ad45b9172.zip
Parse 'use' directives in rustc.
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 80635306..040fcdea 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -559,6 +559,7 @@ TEST_XFAILS_SELF := $(filter-out \
u8-incr-decr.rs \
uint.rs \
unit.rs \
+ use.rs \
tag.rs \
vec.rs \
vec-drop.rs \