summary refs log tree commit diff
path: root/tests/ui/consts/dangling_raw_ptr.stderr
blob: 28a58ae7be292428a08162780bc376944db4c90b (plain)
1
2
3
4
5
6
7
8
error: encountered dangling pointer in final value of constant
  --> $DIR/dangling_raw_ptr.rs:1:1
   |
LL | const FOO: *const u32 = {
   | ^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error