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
In #286, we implemented impl FromStr for Literal in terms of impl FromStr for TokenStream. The upstream PR rust-lang/rust#84717 adds a real impl FromStr for Literal to libproc_macro; we should use it once available in a release.