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
returnError::new(Span::call_site(),"non_exhaustive currently is only available on structs with named fields. See https://github.com/rust-lang/rust/issues/67364")
24
+
.to_compile_error()
25
+
.into();
26
+
}
20
27
};
21
28
22
29
let as_debug_all_fields = fields.iter().map(|field| {
0 commit comments