2022-07-23 20:09:52 +00:00
|
|
|
error[E0741]: using raw pointers as const generic parameters is forbidden
|
2020-11-17 11:44:21 +01:00
|
|
|
--> $DIR/raw-ptr-const-param.rs:6:23
|
2020-08-09 05:01:19 +00:00
|
|
|
|
|
|
|
|
LL | struct Const<const P: *const u32>;
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2022-07-23 20:09:52 +00:00
|
|
|
For more information about this error, try `rustc --explain E0741`.
|