Skip to content

Commit d2a3c45

Browse files
author
Jorge Aparicio
committed
set crate_name and crate_type in src/lib.rs
1 parent 4bf128a commit d2a3c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![crate_name = "compiler_builtins"]
2+
#![crate_type = "rlib"]
13
#![feature(asm)]
24
#![feature(core_intrinsics)]
35
#![feature(linkage)]

0 commit comments

Comments
 (0)