]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/raw-ptr-const-param.full.stderr
Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk
[rust.git] / tests / ui / const-generics / raw-ptr-const-param.full.stderr
1 error[E0741]: using raw pointers as const generic parameters is forbidden
2   --> $DIR/raw-ptr-const-param.rs:6:23
3    |
4 LL | struct Const<const P: *const u32>;
5    |                       ^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0741`.