Skip to content

Commit 3927f51

Browse files
committed
Added serialization instances after rebase.
1 parent e3e790a commit 3927f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_pos/hygiene.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ pub enum ExpnFormat {
573573
}
574574

575575
/// The kind of compiler desugaring.
576-
#[derive(Clone, Hash, Debug, PartialEq, Eq)]
576+
#[derive(Clone, Hash, Debug, PartialEq, Eq, RustcEncodable, RustcDecodable)]
577577
pub enum CompilerDesugaringKind {
578578
BackArrow,
579579
DotFill,

0 commit comments

Comments
 (0)