Skip to content

Commit 6c293d8

Browse files
committed
remove outdated comment
1 parent 26528b9 commit 6c293d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/librustc_mir/interpret/terminator.rs

-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
280280
_ => bug!("unexpected callee ty: {:?}", instance_ty),
281281
}
282282
};
283-
// Rust and RustCall are compatible
284283
let normalize_abi = |abi| match abi {
285284
Abi::Rust | Abi::RustCall | Abi::RustIntrinsic | Abi::PlatformIntrinsic =>
286285
// These are all the same ABI, really.

0 commit comments

Comments
 (0)