Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
test-attrs
/
issue-36768.rs
blob: f671cbc82050589513b719b84bf213f706254185 [
file
] [
log
] [
blame
]
// run-pass
// compile-flags:--test
#![
deny
(
private_in_public
)]
#[
test
]
fn
foo
()
{}
mod
foo
{}
#[
test
]
fn
core
()
{}
extern
crate core
;