First cut at translating const items. Support the literal forms at least. Un-XFAIL const.rs.

This commit is contained in:
Graydon Hoare 2011-01-21 12:09:25 -08:00
parent c72d6a3e7a
commit 90e329da6b
2 changed files with 75 additions and 26 deletions

View file

@ -432,6 +432,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
cast.rs \
char.rs \
complex.rs \
const.rs \
dead-code-one-arm-if.rs \
deep.rs \
deref.rs \