Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
test
/
rustdoc
/
const.rs
blob: c33db5809cc7c5d685e47d439e66523f7d65a527 [
file
]
#![
crate_type
=
"lib"
]
pub
struct
Foo
;
impl
Foo
{
// @has const/struct.Foo.html '//code[@id="new.v"]' 'const unsafe fn new'
pub
const
unsafe
fn
new
()
->
Foo
{
Foo
}
}