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