Sign in
fuchsia
/
third_party
/
rust
/
6774856e0c81f6cbedd772d295a21005d04a9224
/
.
/
tests
/
crashes
/
131048.rs
blob: d57e9921a8ab522fc671ecad2d79231f512a938e [
file
] [
log
] [
blame
]
//@ known-bug: #131048
impl
<
A
>
std
::
ops
::
CoerceUnsized
<
A
>
for
A
{}
fn
main
()
{
format_args
!(
"Hello, world!"
);
}