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
proc-macro-srv: drop unnecessary usage of RTLD_DEEPBIND
the constant is wrong on some platforms (e.g., on mips64el it's 0x10, and 0x8
is RTLD_NOLOAD which makes all this functionality broken), and it is no longer
needed because #60593 got fixed by
#99944 in the meantime.
Signed-off-by: Fabian Grünbichler <[email protected]>
0 commit comments