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: 99d51bc2d56acaf2ed40878d987120e22947e9eb (
plain
)
1
2
3
4
5
#![feature(no_core)]
#![no_core]
#![deny(rust_2018_idioms)]
pub
use
core
::
*
;