Sign in
rust
/
rust-lang
/
rust
/
refs/heads/auto
/
.
/
tests
/
ui
/
attributes
/
doc-test-literal.rs
blob: f9776e9924bd5b174d4ef7c6d0f6f6e0ac2952c8 [
file
] [
log
] [
blame
] [
edit
]
#![
doc
(
test
(
""
))]
//~^ ERROR malformed `doc` attribute input
fn
main
()
{}