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
We convert the expr and file arguments to &'static str via unsafe internally, but we could just avoid this and have the compiler emit them as slices rather than C strings.