Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
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
}
}