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 3a75d0e commit 089f99cCopy full SHA for 089f99c
src/test/auxiliary/lang-item-public.rs
@@ -11,6 +11,7 @@
11
#![feature(no_std)]
12
#![no_std]
13
#![feature(lang_items)]
14
+#![feature(associated_type_defaults)]
15
16
#[lang="sized"]
17
pub trait Sized { }
0 commit comments