Browse Source

set crate_name and crate_type in src/lib.rs

Jorge Aparicio 8 years ago
parent
commit
d2a3c45a29
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib.rs

+ 2 - 0
src/lib.rs

@@ -1,3 +1,5 @@
+#![crate_name = "compiler_builtins"]
+#![crate_type = "rlib"]
 #![feature(asm)]
 #![feature(core_intrinsics)]
 #![feature(linkage)]