mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
fix: Support unstable UnsafePinned struct in type layout calc
This commit is contained in:
parent
66e3b5819e
commit
d16b862ea5
5 changed files with 16 additions and 14 deletions
|
|
@ -512,6 +512,7 @@ define_symbols! {
|
|||
unreachable_2021,
|
||||
unreachable,
|
||||
unsafe_cell,
|
||||
unsafe_pinned,
|
||||
unsize,
|
||||
unstable,
|
||||
usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue