blob: 7a936ced0305af495ea3d7d2e4ecb11e02923b6a (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0741]: `&'static ()` can't be used as a const parameter type
--> $DIR/transmute-const-param-static-reference.rs:9:23
|
LL | struct Const<const P: &'static ()>;
| ^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0741`.
|