We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68645d3 commit a8bc11fCopy full SHA for a8bc11f
partialdebug-derive/src/lib.rs
@@ -39,7 +39,7 @@ pub fn derive_non_exhaustive(input: TokenStream) -> TokenStream {
39
40
#(#as_debug_all_fields)*
41
42
- if exhaustive {
+ if __exhaustive {
43
__s.finish()
44
} else {
45
__s.finish_non_exhaustive()
0 commit comments