Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
issue-61226.rs
blob: 5c5e387663063d25252ef38f60eec66b69ee7121 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
struct
X
{}
fn
main
()
{
let
_
=
vec
![
X
];
//…
//~^ ERROR expected value, found struct `X`
}