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 should explore changing our macro implementation to prefer c"" literals over invoking our backwards-compatibility c_str!("") macro. This should lead to cleaner generated code & better compile times on sufficiently new Rust compilers.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
See #4255 (comment)
We should explore changing our macro implementation to prefer
c""
literals over invoking our backwards-compatibilityc_str!("")
macro. This should lead to cleaner generated code & better compile times on sufficiently new Rust compilers.The text was updated successfully, but these errors were encountered: