about summary refs log tree commit diff
path: root/src/rt/rust_shape.cpp
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-07-12 18:20:39 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-07-12 19:06:08 -0700
commit81ecd272d349a744a3a5f21b7eb4ef3c79d9188f (patch)
treea0fb57f645e37cdb918817b9a3d859b9c6b473b5 /src/rt/rust_shape.cpp
parentfe77e962a826ac41354a7b1b4afa08c527e86e8c (diff)
downloadrust-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.cpp2
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