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