about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2018-10-03 08:45:16 +0200
committerRalf Jung <post@ralfj.de>2018-10-09 13:08:00 +0200
commit9bb4bcd7703366161be2cab416a04077e164aecf (patch)
tree55399b60625a3da2ff0e9607c34338b22db3b0a6
parent654d9ff618ed95720cf9a3c49cc33e0a6c6ff158 (diff)
tidy up
-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.