Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
traits
/
next-solver
/
deduce-ty-from-object.rs
blob: ea187b506acf1363cef18509474d27279e79ae82 [
file
] [
log
] [
blame
]
//@ check-pass
//@ compile-flags: -Znext-solver
fn
main
()
{
let
x
:
Box
<
dyn
Iterator
<
Item
=
()>>
=
Box
::
new
(
std
::
iter
::
empty
());
}