We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830d611 commit cc310b3Copy full SHA for cc310b3
bin/chainboot/src/main.rs
@@ -3,6 +3,7 @@
3
#![feature(custom_test_frameworks)]
4
#![test_runner(machine::tests::test_runner)]
5
#![reexport_test_harness_main = "test_main"]
6
+#![allow(linker_messages)]
7
#![no_main]
8
#![no_std]
9
#![no_builtins]
machine/src/lib.rs
@@ -28,6 +28,7 @@
28
#![allow(clippy::nonstandard_macro_braces)] // https://github.com/shepmaster/snafu/issues/296
29
#![allow(missing_docs)] // Temp: switch to deny
30
#![deny(warnings)]
31
32
#![allow(unused)]
33
#![allow(internal_features)]
34
#![feature(core_intrinsics)]
nucleus/src/main.rs
@@ -27,6 +27,7 @@
27
#![feature(ptr_internals)]
0 commit comments