Sign in
fuchsia
/
third_party
/
rust
/
5670d048c0f88af9976b5505c7853b23dd06770d
/
.
/
src
/
test
/
rustdoc
/
dont-show-const-contents.rs
blob: 656d579e4f3bc8b6a2af7ba8950ce14338d85fca [
file
] [
log
] [
blame
]
// Test that the contents of constants are not displayed as part of the
// documentation.
// @!has dont_show_const_contents/constant.CONST_S.html 'dont show this'
pub
const
CONST_S
:
&
'static str = "dont show this";