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
Not sure if you want to close this since it's no longer a problem (for me), it's possibly debatable whether it's a good idea to be exporting linenoise from librustrt?
The linenoise exports from librustrt prevent rust crates from linking to their own copies of line noise.
https://mail.mozilla.org/pipermail/rust-dev/2013-February/003187.html
I'm not sure the right solution to this. Maybe linenoise should be statically, and privately, linked to std.
The text was updated successfully, but these errors were encountered: