We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c31d5 commit 812ddd2Copy full SHA for 812ddd2
compiler/rustc_parse/src/parser/mod.rs
@@ -162,7 +162,7 @@ pub struct Parser<'a> {
162
// This type is used a lot, e.g. it's cloned when matching many declarative macro rules with nonterminals. Make sure
163
// it doesn't unintentionally get bigger.
164
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
165
-rustc_data_structures::static_assert_size!(Parser<'_>, 320);
+rustc_data_structures::static_assert_size!(Parser<'_>, 272);
166
167
/// Stores span information about a closure.
168
#[derive(Clone)]
0 commit comments