We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f577b0e commit 8d2f467Copy full SHA for 8d2f467
src/libsyntax/ast.rs
@@ -2411,6 +2411,10 @@ pub enum AttrKind {
2411
DocComment(Symbol),
2412
}
2413
2414
+// Receive notifications about the doc comment size changes.
2415
+#[cfg(target_arch = "x86_64")]
2416
+rustc_data_structures::static_assert_size!(AttrKind, 72);
2417
+
2418
/// `TraitRef`s appear in impls.
2419
///
2420
/// Resolution maps each `TraitRef`'s `ref_id` to its defining trait; that's all
0 commit comments