Skip to content

Commit 5eab6f1

Browse files
committed
tidy up
1 parent 3e22673 commit 5eab6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/validity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M>
180180
scalar_format(value), path, "a pointer");
181181
let _fn = try_validation!(self.memory.get_fn(ptr),
182182
scalar_format(value), path, "a function pointer");
183-
// TODO: Check if the signature matches
183+
// FIXME: Check if the signature matches
184184
}
185185
ty::FnDef(..) => {
186186
// This is a zero-sized type with all relevant data sitting in the type.

0 commit comments

Comments
 (0)