Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/revert-82057-cstr
/
.
/
src
/
test
/
rustdoc-ui
/
doc-attr.rs
blob: 37c69a214b8edb2adf2b41863e2115aca289a286 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
#![
doc
(
as_ptr
)]
//~ ERROR
#[
doc
(
as_ptr
)]
//~ ERROR
pub
fn
foo
()
{}