Sign in
◑
Theme
rust
/
rust
/
4e2182cc0dff2baf71b26314e8b161d9b3c0870d
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-945.rs
blob: 37d703c4679f826122dc0edc45ffc59785662b66 [
file
]
impl
Bar
{
default
const
unsafe
fn
foo
()
{
"hi"
}
}
impl
Baz
{
default
unsafe
extern
"C"
fn
foo
()
{
"hi"
}
}
impl
Foo
for
Bar
{
default
fn
foo
()
{
"hi"
}
}