Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
rustdoc
/
doc-primitive.rs
blob: fbb1e1bc1fa23d7bc629d107caf5fde54bbe116c [
file
] [
log
] [
blame
]
#![
deny
(
invalid_doc_attributes
)]
#[
doc
(
primitive
=
"foo"
)]
//~^ ERROR unknown `doc` attribute `primitive`
mod
bar
{}
fn
main
()
{}