Sign in
fuchsia
/
third_party
/
rust
/
c8663eec6a667ae6e7571297cb15192425311c33
/
.
/
library
/
rustc-std-workspace-core
/
lib.rs
blob: 21c047dd36ede68e1c22d733b9d8fc1f54290ceb [
file
] [
log
] [
blame
]
#![
feature
(
no_core
)]
#![
no_core
]
pub
use
core
::*;
// Crate must be brought into scope so it appears in the crate graph for anything that
// depends on `rustc-std-workspace-core`.
use
compiler_builtins
as
_
;