summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/issue-49296.stderr
blob: 37462db4c965e4308533e658cf064d91f2f39c7f (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:1
   |
LL | const X: u64 = *wat(42);
   | ^^^^^^^^^^^^^^^--------^
   |                |
   |                dangling pointer was dereferenced
   |
   = note: #[deny(const_err)] on by default

error: aborting due to previous error