index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rustc-std-workspace-core
/
lib.rs
blob: e2946fe2a97f1ee3bb768e67c02bed897a5d41b7 (
plain
)
1
2
3
4
5
6
#![feature(no_core)]
#![no_core]
extern
crate
core
;
pub
use
core
::
*
;