2023-08-23 07:53:47 -05:00
|
|
|
error[E0658]: unnamed fields are not yet fully implemented
|
2024-01-06 04:22:37 -06:00
|
|
|
--> $DIR/feature-gate-unnamed_fields.rs:4:5
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
|
LL | _: union {
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= note: see issue #49804 <https://github.com/rust-lang/rust/issues/49804> for more information
|
|
|
|
= help: add `#![feature(unnamed_fields)]` to the crate attributes to enable
|
2024-01-10 00:39:02 -06:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
error[E0658]: unnamed fields are not yet fully implemented
|
2024-01-06 04:22:37 -06:00
|
|
|
--> $DIR/feature-gate-unnamed_fields.rs:4:8
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
|
LL | _: union {
|
|
|
|
| ________^
|
|
|
|
LL | |
|
|
|
|
LL | | bar: u8,
|
|
|
|
LL | | baz: u16
|
|
|
|
LL | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
|
= note: see issue #49804 <https://github.com/rust-lang/rust/issues/49804> for more information
|
|
|
|
= help: add `#![feature(unnamed_fields)]` to the crate attributes to enable
|
2024-01-10 00:39:02 -06:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
error[E0658]: unnamed fields are not yet fully implemented
|
2024-01-06 04:22:37 -06:00
|
|
|
--> $DIR/feature-gate-unnamed_fields.rs:14:5
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
|
LL | _: struct {
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= note: see issue #49804 <https://github.com/rust-lang/rust/issues/49804> for more information
|
|
|
|
= help: add `#![feature(unnamed_fields)]` to the crate attributes to enable
|
2024-01-10 00:39:02 -06:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
error[E0658]: unnamed fields are not yet fully implemented
|
2024-01-06 04:22:37 -06:00
|
|
|
--> $DIR/feature-gate-unnamed_fields.rs:14:8
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
|
LL | _: struct {
|
|
|
|
| ________^
|
|
|
|
LL | |
|
|
|
|
LL | | foobaz: u8,
|
|
|
|
LL | | barbaz: u16
|
|
|
|
LL | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
|
= note: see issue #49804 <https://github.com/rust-lang/rust/issues/49804> for more information
|
|
|
|
= help: add `#![feature(unnamed_fields)]` to the crate attributes to enable
|
2024-01-10 00:39:02 -06:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
error[E0658]: unnamed fields are not yet fully implemented
|
2024-01-06 04:22:37 -06:00
|
|
|
--> $DIR/feature-gate-unnamed_fields.rs:26:5
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
|
LL | _: S
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= note: see issue #49804 <https://github.com/rust-lang/rust/issues/49804> for more information
|
|
|
|
= help: add `#![feature(unnamed_fields)]` to the crate attributes to enable
|
2024-01-10 00:39:02 -06:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2023-08-23 07:53:47 -05:00
|
|
|
|
2024-01-04 07:53:06 -06:00
|
|
|
error: aborting due to 5 previous errors
|
2023-08-23 07:53:47 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|