Sign in
rust
/
rust
/
2d27fe6a5e4c76d69d06397fe2bbbb0ad00cb13c
/
.
/
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
()
{}
};