blob: bd4f8f96a279d79a7a279e3cdbd4d52f12396070 [file] [edit]
error[E0080]: constructing invalid value of type ChildStdin: at .inner, encountered a value of uninhabited type `AnonPipe`
--> $DIR/issue-64506.rs:16:22
|
LL | let x = unsafe { Foo { b: () }.a };
| ^^^^^^^^^^^^^^^ evaluation of `FOO` failed here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.