about summary refs log tree commit diff
path: root/tests/ui/typeck/ice-with-expr-not-struct-127332.stderr
blob: 446f49e8639245a4e6dd1ca8249f6579619f1336 (plain)
1
2
3
4
5
6
7
8
9
error[E0436]: functional record update syntax requires a struct
  --> $DIR/ice-with-expr-not-struct-127332.rs:12:26
   |
LL |         Foo::A { x: 6, ..orig };
   |                          ^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0436`.