Skip to content

Commit dac3011

Browse files
committed
Change TODO to FIXME
1 parent d5c0aca commit dac3011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/intrinsic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ pub fn check_intrinsic_type(tcx: TyCtxt<'_>, it: &hir::ForeignItem) {
385385
}
386386

387387
"miri_start_panic" => {
388-
// TODO - the relevant types aren't lang items,
388+
// FIXME - the relevant types aren't lang items,
389389
// so it's not trivial to check this
390390
return;
391391
}

0 commit comments

Comments
 (0)