Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
doc-test-literal.rs
blob: 92fe7846f14c60beaefa5f7040a3d1d547fbac00 [
file
] [
log
] [
blame
]
#![
doc
(
test
(
""
))]
//~^ ERROR `#![doc(test(...)]` does not take a literal
fn
main
()
{}