Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
rustdoc
/
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
()
{}
};