Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
implicit-sysroot-deps
/
foo.rs
blob: 90d13bd02b1dbfe16fd674671880b36032bbc513 [
file
] [
edit
]
#![
feature
(
no_core
)]
#![
no_core
]
#![
no_std
]
extern
crate bar
;