Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
attributes
/
doc-attr2.rs
blob: 3fb484644d7fa1b643186398a22cc57ecc5cc23d [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
#![
deny
(
warnings
)]
#[
doc
(
test
(
no_crate_inject
))]
//~ ERROR
//~^ WARN
pub
fn
foo
()
{}
pub
mod
bar
{
#![
doc
(
test
(
no_crate_inject
))]
//~ ERROR
//~^ WARN
}