diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-06-25 12:20:10 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-06-25 12:20:10 -0700 |
| commit | 25b8b35c57206a70360aca9d9432bb62105da505 (patch) | |
| tree | 10b57acc4c6a6c58b8a97f99d086564e36397aea /src/rt/rust_shape.cpp | |
| parent | 95feaee35307ebe9ebd517cbe5ba09feecc54284 (diff) | |
| download | rust-25b8b35c57206a70360aca9d9432bb62105da505.tar.gz rust-25b8b35c57206a70360aca9d9432bb62105da505.zip | |
Finish compare glue for classes
This tests == and !=. I don't know what <, >, etc. should do. Closes #2601
Diffstat (limited to 'src/rt/rust_shape.cpp')
| -rw-r--r-- | src/rt/rust_shape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index b0f6f1f77a4..57fd23cb633 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -356,7 +356,7 @@ cmp::walk_struct2(const uint8_t *end_sp) { void cmp::walk_res2(const rust_fn *dtor, const uint8_t *end_sp) { - abort(); // TODO + return cmp_two_pointers(); } void |
