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
transmute is declared in an extern block, but has type parameters, which seems to be confusing our attempt to get its symbol name for checking against known libc functions. We should probably just exclude Abi::RustIntrinsic extern fns from the normal known_fn checking.
The text was updated successfully, but these errors were encountered:
Triggers an internal compiler error:
transmute
is declared in anextern
block, but has type parameters, which seems to be confusing our attempt to get its symbol name for checking against known libc functions. We should probably just excludeAbi::RustIntrinsic
extern fns from the normalknown_fn
checking.The text was updated successfully, but these errors were encountered: