Sign in
◑
Theme
rust
/
rust
/
21b4ef650f016cc2ddcfa29c9ad2bd8f2d4e359d
/
.
/
tests
/
run-make
/
implicit-sysroot-deps
/
foo.rs
blob: 90d13bd02b1dbfe16fd674671880b36032bbc513 [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
#![
no_std
]
extern
crate bar
;