rust/src/test/ui/issue-20801.nll.stderr

9 lines
258 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error: internal compiler error: Accessing `(*_8)` with the kind `Write(Move)` shouldn't be possible
--> $DIR/issue-20801.rs:45:22
|
LL | let d = unsafe { *const_ptr() };
| ^^^^^^^^^^^^
error: aborting due to previous error