about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2025-04-30 10:22:15 +0200
committerXinglu Chen <public@yoctocell.xyz>2025-05-02 18:30:24 +0200
commit8b3637635b46d74dfa7bcd1a7d30910c02b48ec4 (patch)
treef4d704be2e36973c799ddbb640ee472f11ea41d6 /compiler/rustc_parse/src
parent023854875c2f5f94c375786c82d1cbe34a3ad47e (diff)
downloadrust-8b3637635b46d74dfa7bcd1a7d30910c02b48ec4.tar.gz
rust-8b3637635b46d74dfa7bcd1a7d30910c02b48ec4.zip
Correctly handle interior mutable data in `Box`
Previously, the pointee type would be behind a `*const` pointer, so
`ty_is_freeze` would always be `true`, even if there was an
`UnsafeCell` in `Box`.
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions