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 400cd47 commit 9d9459aCopy full SHA for 9d9459a
example/mini_core.rs
@@ -11,7 +11,7 @@
11
thread_local
12
)]
13
#![no_core]
14
-#![allow(dead_code, internal_features)]
+#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
15
16
#[lang = "sized"]
17
pub trait Sized {}
0 commit comments