]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/raw-ptr-const-param-deref.min.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / const-generics / raw-ptr-const-param-deref.min.stderr
CommitLineData
3dfed10e 1error: using raw pointers as const generic parameters is forbidden
5869c6ff 2 --> $DIR/raw-ptr-const-param-deref.rs:9:23
3dfed10e
XL
3 |
4LL | struct Const<const P: *const u32>;
5 | ^^^^^^^^^^
6
7error: using raw pointers as const generic parameters is forbidden
5869c6ff 8 --> $DIR/raw-ptr-const-param-deref.rs:11:15
3dfed10e
XL
9 |
10LL | impl<const P: *const u32> Const<P> {
11 | ^^^^^^^^^^
12
13error: aborting due to 2 previous errors
14