Skip to content

Commit

Permalink
query/plumbing: adjust comment to reality
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 10, 2024
1 parent c24e166 commit c8058c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/query/plumbing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ macro_rules! define_callbacks {

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 _: () = {
Expand Down

0 comments on commit c8058c8

Please sign in to comment.