about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc_mir/interpret/validity.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/interpret/validity.rs b/src/librustc_mir/interpret/validity.rs
index 9aa7ec3bb07..d7025f9d6b5 100644
--- a/src/librustc_mir/interpret/validity.rs
+++ b/src/librustc_mir/interpret/validity.rs
@@ -180,7 +180,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M>
                     scalar_format(value), path, "a pointer");
                 let _fn = try_validation!(self.memory.get_fn(ptr),
                     scalar_format(value), path, "a function pointer");
-                // TODO: Check if the signature matches
+                // FIXME: Check if the signature matches
             }
             ty::FnDef(..) => {
                 // This is a zero-sized type with all relevant data sitting in the type.