about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2021-06-03 19:59:41 +0200
committerCamille GILLOT <gillot.camille@gmail.com>2021-06-20 11:53:59 +0200
commited9ee25108bdeaa60e47c71db2f8db3e974d16fa (patch)
treee9f42e958daf646ee2ac4582662b123247038e4a /compiler/rustc_middle/src
parent6a371d2c8939c3a32ff0da69eb66b271ffa58288 (diff)
downloadrust-ed9ee25108bdeaa60e47c71db2f8db3e974d16fa.tar.gz
rust-ed9ee25108bdeaa60e47c71db2f8db3e974d16fa.zip
256th query.
Diffstat (limited to 'compiler/rustc_middle/src')
-rw-r--r--compiler/rustc_middle/src/dep_graph/dep_node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/dep_graph/dep_node.rs b/compiler/rustc_middle/src/dep_graph/dep_node.rs
index aa54d1ae7b9..8476929eaec 100644
--- a/compiler/rustc_middle/src/dep_graph/dep_node.rs
+++ b/compiler/rustc_middle/src/dep_graph/dep_node.rs
@@ -285,7 +285,7 @@ pub type DepNode = rustc_query_system::dep_graph::DepNode<DepKind>;
 // 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);