]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/dep_graph/dep_node.rs
Update `DepNode`'s size
[rust.git] / compiler / rustc_middle / src / dep_graph / dep_node.rs
index aa54d1ae7b9d118426d9702dac6384725e0b50c4..8476929eaeced2b1d230e5e6f6d964e2e7d2a088 100644 (file)
@@ -285,7 +285,7 @@ pub mod label_strs {
 // required that their size stay the same, but we don't want to change
 // it inadvertently. This assert just ensures we're aware of any change.
 #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
-static_assert_size!(DepNode, 17);
+static_assert_size!(DepNode, 18);
 
 #[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))]
 static_assert_size!(DepNode, 24);