We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24e166 commit c8058c8Copy full SHA for c8058c8
compiler/rustc_middle/src/query/plumbing.rs
@@ -319,7 +319,7 @@ macro_rules! define_callbacks {
319
320
pub type Storage<'tcx> = <$($K)* as keys::Key>::Cache<Erase<$V>>;
321
322
- // Ensure that keys grow no larger than 72 bytes by accident.
+ // Ensure that keys grow no larger than 80 bytes by accident.
323
// Increase this limit if necessary, but do try to keep the size low if possible
324
#[cfg(target_pointer_width = "64")]
325
const _: () = {
0 commit comments