Skip to content

Commit f64fdf5

Browse files
committed
switch to native for start lang item
1 parent 9ed82c7 commit f64fdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liblibc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#[cfg(test)] extern crate std;
8282
#[cfg(test)] extern crate test;
8383
// for lang="start"
84-
#[cfg(test)] extern crate green;
84+
#[cfg(test)] extern crate native;
8585
#[cfg(test)] extern crate rustuv;
8686

8787
// Initial glob-exports mean that all the contents of all the modules

0 commit comments

Comments
 (0)