We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585fe22 commit 6fd6624Copy full SHA for 6fd6624
compiler/rustc_middle/src/dep_graph/dep_node.rs
@@ -285,7 +285,7 @@ pub type DepNode = rustc_query_system::dep_graph::DepNode<DepKind>;
285
// required that their size stay the same, but we don't want to change
286
// it inadvertently. This assert just ensures we're aware of any change.
287
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
288
-static_assert_size!(DepNode, 17);
+static_assert_size!(DepNode, 18);
289
290
#[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))]
291
static_assert_size!(DepNode, 24);
0 commit comments