Sign in
◑
Theme
rust
/
rust
/
7bb6510fc1899b008837a376a7fdf31b341cc1bb
/
.
/
tests
/
rustdoc
/
const-underscore.rs
blob: f7f15e54831202eae4c7a2c989b9cdd9aa5e3382 [
file
]
//@ compile-flags: --document-private-items
// @!has const_underscore/constant._.html
const
_
:
()
=
{
#[
no_mangle
]
extern
"C"
fn
implementation_detail
()
{}
};