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