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
libunistring is LGPL, so it can't be our general solution to this problem. It would require anyone using static linking to ship the source code of libunistring.
libunistring and libgmp are both nice libraries, among others, but I don't think we should be placing this burden on users of the language.
Activity
thestinger commentedon Jun 6, 2013
libunistring is LGPL, so it can't be our general solution to this problem. It would require anyone using static linking to ship the source code of libunistring.
libunistring and libgmp are both nice libraries, among others, but I don't think we should be placing this burden on users of the language.
Auto merge of rust-lang#4841 - phaylon:pattern-type-mismatch, r=flip1995