We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac1455 commit 8a39407Copy full SHA for 8a39407
examples/intrinsics.rs
@@ -5,6 +5,7 @@
5
6
#![allow(unused_features)]
7
#![allow(stable_features)] // bench_black_box feature is stable, leaving for backcompat
8
+#![allow(internal_features)]
9
#![cfg_attr(thumb, no_main)]
10
#![deny(dead_code)]
11
#![feature(bench_black_box)]
src/lib.rs
@@ -14,6 +14,7 @@
14
#![no_builtins]
15
#![no_std]
16
17
18
// We use `u128` in a whole bunch of places which we currently agree with the
19
// compiler on ABIs and such, so we should be "good enough" for now and changes
20
// to the `u128` ABI will be reflected here.
0 commit comments