Skip to content

Commit e09ae25

Browse files
committed
Remove 0006-alloc-Disable-some-unsupported-stuff.patch
1 parent 11af20b commit e09ae25

File tree

2 files changed

+2
-54
lines changed

2 files changed

+2
-54
lines changed

patches/0006-alloc-Disable-some-unsupported-stuff.patch

-54
This file was deleted.

src/base.rs

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ fn trans_fn<'a, 'clif, 'tcx: 'a, B: Backend + 'static>(
6666

6767
// Step 2. Check fn sig for u128 and i128 and replace those functions with a trap.
6868
{
69+
// FIXME implement u128 and i128 support
70+
6971
// Step 2a. Check sig for u128 and i128
7072
let fn_ty = instance.ty(tcx);
7173
let fn_sig = crate::abi::ty_fn_sig(tcx, fn_ty);

0 commit comments

Comments
 (0)