diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-01-17 16:17:09 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-17 13:33:13 -0800 |
| commit | 58490d7fa0a39188915f80e04ef3cf7d6eaf3c90 (patch) | |
| tree | 1fe802de8ad4ff1a347b5996239b7a301da5c8a8 /src/Makefile | |
| parent | Teach copy_ty to finish via memcpy of tydesc-provided size. (diff) | |
| download | rust-58490d7fa0a39188915f80e04ef3cf7d6eaf3c90.tar.xz rust-58490d7fa0a39188915f80e04ef3cf7d6eaf3c90.zip | |
Fix the last known (to me) bug in import resolution. We were not properly
dropping the inner part of the environment when an intermediate item resolved
in an outer scope.
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 bf757067..45d6ce80 100644 --- a/src/Makefile +++ b/src/Makefile @@ -448,6 +448,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ import4.rs \ import5.rs \ import6.rs \ + import7.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ |