Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
run-make
/
rustdoc-target-modifiers
/
c.rs
blob: 287d0bbd72527defbbcb7c16909bd1a215323bf9 [
file
] [
log
] [
blame
]
#![
allow
(
internal_features
)]
#![
feature
(
lang_items
,
no_core
)]
#![
no_core
]
fn
f
()
{
d
::
f
();
}