diff options
| author | Graydon Hoare <[email protected]> | 2011-01-21 12:09:25 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-21 12:09:25 -0800 |
| commit | 90e329da6b263cde1fc286e2c4aa6d062a6acf8a (patch) | |
| tree | 55b7a7b571be8752612e8eaaac69d07e34d03bef /src/Makefile | |
| parent | Merge remote branch 'espindola/params' (diff) | |
| download | rust-90e329da6b263cde1fc286e2c4aa6d062a6acf8a.tar.xz rust-90e329da6b263cde1fc286e2c4aa6d062a6acf8a.zip | |
First cut at translating const items. Support the literal forms at least. Un-XFAIL const.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 4f27b434..385558b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \ |