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