Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
invalid-keyword.rs
blob: 2d70471c85e111f3f93672079d234c25ee81b20c [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
rustdoc_internals
)]
#[
doc
(
keyword
=
"foo df"
)]
//~ ERROR
mod
foo
{}