Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
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
;