You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
error[E0658]: deriving Default on enums is experimental
--> src\frame_buffer.rs:18:10
|
18 | #[derive(Default, Clone, PartialEq, Copy)]
| ^^^^^^^
|
= note: see issue #86985 rust-lang/rust#86985 for more information
= note: this error originates in the derive macro Default (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
Thanks for the report. According to the stabilization PR this feature is stable since Rust 1.62. Can you update your Rust and check again, please? It seems to be pretty outdated.
Thanks for the report. According to the stabilization PR this feature is stable since Rust 1.62. Can you update your Rust and check again, please? It seems to be pretty outdated.
#Rust stable MSVC 1.57
error[E0658]: deriving
Default
on enums is experimental--> src\frame_buffer.rs:18:10
|
18 | #[derive(Default, Clone, PartialEq, Copy)]
| ^^^^^^^
|
= note: see issue #86985 rust-lang/rust#86985 for more information
= note: this error originates in the derive macro
Default
(in Nightly builds, run with -Z macro-backtrace for more info)The text was updated successfully, but these errors were encountered: