File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
- #![ allow( improper_ctypes) ]
2
1
#![ cfg_attr( f128_enabled, feature( f128) ) ]
3
2
4
3
use builtins_test:: float_bench;
Original file line number Diff line number Diff line change 18
18
#![ no_std]
19
19
#![ allow( unused_features) ]
20
20
#![ allow( internal_features) ]
21
- // We use `u128` in a whole bunch of places which we currently agree with the
22
- // compiler on ABIs and such, so we should be "good enough" for now and changes
23
- // to the `u128` ABI will be reflected here.
24
- #![ allow( improper_ctypes, improper_ctypes_definitions) ]
25
21
// `mem::swap` cannot be used because it may generate references to memcpy in unoptimized code.
26
22
#![ allow( clippy:: manual_swap) ]
27
23
// Support compiling on both stage0 and stage1 which may differ in supported stable features.
You can’t perform that action at this time.
0 commit comments