2021-08-27 18:04:57 +02:00
|
|
|
error: overly complex generic constant
|
|
|
|
--> $DIR/issue-67375.rs:7:17
|
2020-10-03 17:00:18 +01:00
|
|
|
|
|
|
|
|
LL | inner: [(); { [|_: &T| {}; 0].len() }],
|
2023-06-22 20:30:23 +00:00
|
|
|
| ^^---------------^^^^^^^^
|
2021-09-06 18:41:05 +01:00
|
|
|
| |
|
2021-09-28 04:10:33 +00:00
|
|
|
| pointer casts are not allowed in generic constants
|
2020-10-03 17:00:18 +01:00
|
|
|
|
|
2021-08-27 18:04:57 +02:00
|
|
|
= help: consider moving this anonymous constant into a `const` function
|
2020-10-03 17:00:18 +01:00
|
|
|
|
2021-10-12 22:47:34 +02:00
|
|
|
error: aborting due to previous error
|
2020-10-03 17:00:18 +01:00
|
|
|
|