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