]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax_ext/deriving/hash.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / libsyntax_ext / deriving / hash.rs
index 81c8e7112dbd590d131d29dc9165e6b6a05fb45d..0941ebca868e3207e340ff03d6e6cb9ac7a80aa9 100644 (file)
@@ -36,6 +36,7 @@ pub fn expand_deriving_hash(cx: &mut ExtCtxt,
         additional_bounds: Vec::new(),
         generics: LifetimeBounds::empty(),
         is_unsafe: false,
+        supports_unions: false,
         methods: vec![MethodDef {
                           name: "hash",
                           generics: LifetimeBounds {