You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix typo for invalid_null_ptr_usage and missing_inline_in_public_items.
Fix typo for invalid_null_ptr_usage and missing_inline_in_public_items.
changelog: none
@huonw points out that some code still assumes all lang items are present. This is only called when dealing with metadata on crates.
I need to figure out if multiple crates with optional lang items works or not.
The text was updated successfully, but these errors were encountered: