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
Once rust-lang/rust#66547 lands, the linux-gnu target will use #[link_section] to initialize the list of arguments. Because cranelift-module doesn't provide an api to place functions and statics in a specific section, we will need to patch libstd to revert the rust PR.