Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
e42a4ca53b274dbfd94ea8f712dd9715d2e8fea5
/
.
/
tests
/
ui
/
rustdoc
/
renamed-features-rustdoc_internals.rs
blob: 739c624d0c6f7dcaeb333dfa863f99368386b213 [
file
] [
log
] [
blame
]
#![
feature
(
doc_keyword
)]
//~ ERROR
#![
feature
(
doc_primitive
)]
//~ ERROR
#![
crate_type
=
"lib"
]
pub
fn
foo
()
{}