]> git.lizzy.rs Git - rust.git/blobdiff - library/rtstartup/rsbegin.rs
update tracking issue for raw_os_nonzero
[rust.git] / library / rtstartup / rsbegin.rs
index bd1946133e8afe40708865f1fff3852d5dcfb3a0..c6a4548ec0c2d532e8cfed38a4c2b29c5474fe78 100644 (file)
@@ -9,10 +9,12 @@
 // headers or footers.
 //
 // Note that the actual module entry point is located in the C runtime startup
-// object (usually called `crtX.o), which then invokes initialization callbacks
+// object (usually called `crtX.o`), which then invokes initialization callbacks
 // of other runtime components (registered via yet another special image section).
 
-#![feature(no_core, lang_items, optin_builtin_traits)]
+#![feature(no_core)]
+#![feature(lang_items)]
+#![feature(auto_traits)]
 #![crate_type = "rlib"]
 #![no_core]
 #![allow(non_camel_case_types)]