Sign in
◑
Theme
rust
/
rust
/
8a7e1d75b2e2f4a2e89420130bca8d8d97f9074e
/
.
/
tests
/
rustdoc-html
/
constant
/
const.rs
blob: fe6a828505ab24b2f43883b5f4ba4f9199df5668 [
file
]
#![
crate_type
=
"lib"
]
pub
struct
Foo
;
impl
Foo
{
//@ has const/struct.Foo.html '//*[@id="method.new"]//h4[@class="code-header"]' 'const unsafe fn new'
pub
const
unsafe
fn
new
()
->
Foo
{
Foo
}
}