blob: 7a936ced0305af495ea3d7d2e4ecb11e02923b6a [file] [log] [blame]
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`.