tidy up
This commit is contained in:
parent
654d9ff618
commit
9bb4bcd770
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue