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