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
It now checks extern fns in addition to foreign fns and checks `DefStruct`
defs as well.
There is room for improvement: for example, I believe that pointers
should be safe in extern fn signatures regardless of the pointee's
representation.
The `FIXME` on `rust_begin_unwind_fmt` is because I don't think it
should be, or needs to be, C ABI (cc @eddyb) and it takes a problematic
`fmt::Arguments` structure by value.
Fixrust-lang#20098, fixrust-lang#19834
0 commit comments