summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/issue-49296.stderr
blob: 5a59a8b2dffcd2c6459d9817af8c1890295491c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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