Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
allow-warnings-cmdline-stability
/
bar.rs
blob: 3dcfb9dadd804dd6d0e069b30aa8e39ddc6bb252 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
#![
feature
(
staged_api
)]
#![
unstable
(
feature
=
"unstable_test_feature"
,
issue
=
"none"
)]
pub
fn
baz
()
{}