2020-08-18 22:44:06 +02:00
|
|
|
error: `Inner` is forbidden as the type of a const generic parameter
|
2023-05-17 04:05:46 +00:00
|
|
|
--> $DIR/issue-74950.rs:20:23
|
2020-08-13 22:26:55 +02:00
|
|
|
|
|
|
|
|
LL | struct Outer<const I: Inner>;
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: the only supported types are integers, `bool` and `char`
|
2023-09-28 20:51:48 +00:00
|
|
|
= help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
|
2020-08-13 22:26:55 +02:00
|
|
|
|
2020-08-18 22:44:06 +02:00
|
|
|
error: `Inner` is forbidden as the type of a const generic parameter
|
2023-05-17 04:05:46 +00:00
|
|
|
--> $DIR/issue-74950.rs:20:23
|
2020-08-13 22:26:55 +02:00
|
|
|
|
|
|
|
|
LL | struct Outer<const I: Inner>;
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: the only supported types are integers, `bool` and `char`
|
2023-09-28 20:51:48 +00:00
|
|
|
= help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-08-13 22:26:55 +02:00
|
|
|
|
2020-08-18 22:44:06 +02:00
|
|
|
error: `Inner` is forbidden as the type of a const generic parameter
|
2023-05-17 04:05:46 +00:00
|
|
|
--> $DIR/issue-74950.rs:20:23
|
2020-08-13 22:26:55 +02:00
|
|
|
|
|
|
|
|
LL | struct Outer<const I: Inner>;
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: the only supported types are integers, `bool` and `char`
|
2023-09-28 20:51:48 +00:00
|
|
|
= help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-08-13 22:26:55 +02:00
|
|
|
|
2020-08-18 22:44:06 +02:00
|
|
|
error: `Inner` is forbidden as the type of a const generic parameter
|
2023-05-17 04:05:46 +00:00
|
|
|
--> $DIR/issue-74950.rs:20:23
|
2020-08-13 22:26:55 +02:00
|
|
|
|
|
|
|
|
LL | struct Outer<const I: Inner>;
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: the only supported types are integers, `bool` and `char`
|
2023-09-28 20:51:48 +00:00
|
|
|
= help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-08-13 22:26:55 +02:00
|
|
|
|
2020-08-18 22:44:06 +02:00
|
|
|
error: `Inner` is forbidden as the type of a const generic parameter
|
2023-05-17 04:05:46 +00:00
|
|
|
--> $DIR/issue-74950.rs:20:23
|
2020-08-13 22:26:55 +02:00
|
|
|
|
|
|
|
|
LL | struct Outer<const I: Inner>;
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: the only supported types are integers, `bool` and `char`
|
2023-09-28 20:51:48 +00:00
|
|
|
= help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-08-13 22:26:55 +02:00
|
|
|
|
|
|
|
error: aborting due to 5 previous errors
|
|
|
|
|