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 can be better at picking variable names when the C code uses an identifier that shadows a Rust keyword. The example buffer library uses self as an identifier which is named self_0 in the output. We should emit r#self instead.