Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
rustdoc
/
const.rs
blob: 587ad4db4782947836a50555d2a8bed8a4b5516f [
file
] [
log
] [
blame
]
#![
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
}
}