blob: 50c09f17486ded2107765996dd4aaf853236c10f [file] [log] [blame]
error[E0574]: expected struct, variant or union type, found module `module`
--> $DIR/issue-23189.rs:4:13
|
LL | let _ = module { x: 0 };
| ^^^^^^ not a struct, variant or union type
error: aborting due to previous error