Open
Description
#72170 and #72216 put some effort in to try and prevent some potential ICEs that can occur in #![no_core]
due to how we currently reference lang items.
@oli-obk pointed out:
Oh, that's a very good idea. I wonder if we can make
lang_items
private at some point and just have sensible wrappers likerequire_lang_item
.
I'm opening this issue to start a discussion about how we could take this forward.