Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rustdoc
/
renamed-features-rustdoc_internals.rs
blob: 739c624d0c6f7dcaeb333dfa863f99368386b213 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
doc_keyword
)]
//~ ERROR
#![
feature
(
doc_primitive
)]
//~ ERROR
#![
crate_type
=
"lib"
]
pub
fn
foo
()
{}