]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/issue-51559.stderr
Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper
[rust.git] / src / test / ui / consts / issue-51559.stderr
1 error: any use of this value will cause an error
2   --> $DIR/issue-51559.rs:4:33
3    |
4 LL | pub const FOO: usize = unsafe { BAR as usize };
5    | --------------------------------^^^^^^^^^^^^---
6    |                                 |
7    |                                 "pointer-to-integer cast" needs an rfc before being allowed inside constants
8    |
9    = note: `#[deny(const_err)]` on by default
10
11 error: aborting due to previous error
12