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
I was trying to do something admittedly a little weird. 1) match foo.into() { } where foo is Into<String>. 2) Declare a const empty string to avoid creating a local temporary to match against (defined in a different module): pub const EMPTY_STRING: String = String::new();.