Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
resolve
/
issue-111727.rs
blob: a5c2c0ca8c6aa881f887c0f3ebf28d3b1ed164ad [
file
]
//@ edition: 2021
fn
main
()
{
std
::
any
::
Any
::
create
();
//~^ ERROR expected a type, found a trait
}