Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
test
/
ui
/
rustdoc
/
doc-test-attr-pass.rs
blob: 7884addd15fe7f614866066151f7eba2b4f269bb [
file
] [
log
] [
blame
]
// check-pass
#![
crate_type
=
"lib"
]
#![
deny
(
invalid_doc_attributes
)]
#![
doc
(
test
(
no_crate_inject
))]
#![
doc
(
test
(
attr
(
deny
(
warnings
))))]
#![
doc
(
test
())]
pub
fn
foo
()
{}