Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
crashes
/
131048.rs
blob: d57e9921a8ab522fc671ecad2d79231f512a938e [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: #131048
impl
<
A
>
std
::
ops
::
CoerceUnsized
<
A
>
for
A
{}
fn
main
()
{
format_args
!(
"Hello, world!"
);
}