We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15892ff + 0489fd0 commit f17ebb1Copy full SHA for f17ebb1
library/rtstartup/rsbegin.rs
@@ -18,6 +18,7 @@
18
#![crate_type = "rlib"]
19
#![no_core]
20
#![allow(non_camel_case_types)]
21
+#![allow(internal_features)]
22
23
#[lang = "sized"]
24
trait Sized {}
library/rtstartup/rsend.rs
@@ -5,6 +5,7 @@
5
#![feature(auto_traits)]
6
7
8
9
10
11
0 commit comments