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
// This part could also be generated independently by:
//
// #[derive(Deserialize)]
// #[serde(field_identifier, rename_all = "lowercase")]
// enum Field { Secs, Nanos }
Causes an internal compiler error of thread 'rustc' has overflowed its stack fatal runtime error: stack overflow Playground Link
The comment on https://serde.rs/deserialize-struct.html# that states
Causes an internal compiler error of
thread 'rustc' has overflowed its stack fatal runtime error: stack overflow
Playground Link
This is consistent with rust-lang/rust#81844.
The text was updated successfully, but these errors were encountered: