blob: 7a4bba8daa70b5a4a09ac5a818c0afd4ebb4a4c6 [file] [log] [blame]
error: any use of this value will cause an error
--> $DIR/issue-49296.rs:18:16
|
LL | const X: u64 = *wat(42);
| ---------------^^^^^^^^-
| |
| dangling pointer was dereferenced
|
= note: `#[deny(const_err)]` on by default
error: aborting due to previous error