Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
doctest
/
doc-test-attr-pass.rs
blob: edbfde90bcef7c65edfd9d3177afb841f083cbb1 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#![
crate_type
=
"lib"
]
#![
deny
(
invalid_doc_attributes
)]
#![
doc
(
test
(
no_crate_inject
))]
#![
doc
(
test
(
attr
(
deny
(
warnings
))))]
pub
fn
foo
()
{}