Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attributes
/
doc-test-literal.rs
blob: 92fe7846f14c60beaefa5f7040a3d1d547fbac00 [
file
] [
log
] [
blame
] [
edit
]
#![
doc
(
test
(
""
))]
//~^ ERROR `#![doc(test(...)]` does not take a literal
fn
main
()
{}