query/plumbing: adjust comment to reality

This commit is contained in:
Ralf Jung 2024-11-10 15:13:33 +01:00
parent c24e166527
commit c8058c81bf

View File

@ -319,7 +319,7 @@ pub fn provided_to_erased<'tcx>(
pub type Storage<'tcx> = <$($K)* as keys::Key>::Cache<Erase<$V>>;
// Ensure that keys grow no larger than 72 bytes by accident.
// Ensure that keys grow no larger than 80 bytes by accident.
// Increase this limit if necessary, but do try to keep the size low if possible
#[cfg(target_pointer_width = "64")]
const _: () = {