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