Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
rustdoc-ui
/
doctest
/
doc-test-attr-pass.rs
blob: edbfde90bcef7c65edfd9d3177afb841f083cbb1 [
file
]
//@ check-pass
#![
crate_type
=
"lib"
]
#![
deny
(
invalid_doc_attributes
)]
#![
doc
(
test
(
no_crate_inject
))]
#![
doc
(
test
(
attr
(
deny
(
warnings
))))]
pub
fn
foo
()
{}