Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
resolve
/
issue-111727.rs
blob: a5c2c0ca8c6aa881f887c0f3ebf28d3b1ed164ad [
file
] [
log
] [
blame
] [
edit
]
//@ edition: 2021
fn
main
()
{
std
::
any
::
Any
::
create
();
//~^ ERROR expected a type, found a trait
}