]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/dont-show-const-contents.rs
Auto merge of #61817 - eddyb:begone-gcx-attempt-2, r=oli-obk
[rust.git] / src / test / rustdoc / dont-show-const-contents.rs
1 // Test that the contents of constants are not displayed as part of the
2 // documentation.
3
4 // @!has dont_show_const_contents/constant.CONST_S.html 'dont show this'
5 pub const CONST_S: &'static str = "dont show this";