Module rustc_passes::weak_lang_items

source ยท
Expand description

Validity checking for weak lang items

Structsยง

Functionsยง

  • check_crate ๐Ÿ”’
    Checks the crate for usage of weak lang items, returning a vector of all the lang items required by this crate, but not defined yet.
  • verify ๐Ÿ”’