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