Change TODO to FIXME

This commit is contained in:
Aaron Hill 2019-10-30 14:40:21 -04:00
parent d5c0acac4d
commit dac30115dc
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -385,7 +385,7 @@ pub fn check_intrinsic_type(tcx: TyCtxt<'_>, it: &hir::ForeignItem) {
}
"miri_start_panic" => {
// TODO - the relevant types aren't lang items,
// FIXME - the relevant types aren't lang items,
// so it's not trivial to check this
return;
}