rust/src/test/ui/consts/const-eval/issue-49296.stderr

13 lines
313 B
Plaintext
Raw Normal View History

2018-10-28 23:09:32 -05:00
error: any use of this value will cause an error
--> $DIR/issue-49296.rs:18:16
2018-10-28 23:09:32 -05:00
|
LL | const X: u64 = *wat(42);
| ---------------^^^^^^^^-
2018-10-28 23:09:32 -05:00
| |
| dangling pointer was dereferenced
|
= note: `#[deny(const_err)]` on by default
2018-10-28 23:09:32 -05:00
error: aborting due to previous error