Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc-attr.rs
blob: b27faa81cb92a636400b290ad859dc65a84b96bc [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
#[
doc
(
123
)]
//~^ ERROR malformed `doc` attribute
#[
doc
(
"hello"
,
"bar"
)]
//~^ ERROR malformed `doc` attribute
//~| ERROR malformed `doc` attribute
fn
bar
()
{}