diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-07-12 18:20:39 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-07-12 19:06:08 -0700 |
| commit | 81ecd272d349a744a3a5f21b7eb4ef3c79d9188f (patch) | |
| tree | a0fb57f645e37cdb918817b9a3d859b9c6b473b5 /src/rt/rust_shape.cpp | |
| parent | fe77e962a826ac41354a7b1b4afa08c527e86e8c (diff) | |
| download | rust-81ecd272d349a744a3a5f21b7eb4ef3c79d9188f.tar.gz rust-81ecd272d349a744a3a5f21b7eb4ef3c79d9188f.zip | |
Comments only: TODOs to FIXME in the runtime
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 cb4afa904c9..bfe4b97936a 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -160,7 +160,7 @@ size_of::walk_struct1(const uint8_t *end_sp) { #if 0 class copy : public data<copy,uint8_t *> { - // TODO + // FIXME #2892 }; #endif |
