Skip to content

Commit

Permalink
Change TODO to FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Nov 11, 2019
1 parent d5c0aca commit dac3011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/check/intrinsic.rs
Expand Up @@ -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;
}
Expand Down

0 comments on commit dac3011

Please sign in to comment.