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
CTest fails on code that uses raw identifiers like r#type. Currently libc translation of structs that have a type field in c are translated as type_ because of that.
If CTest would support raw identifiers we could accurately use type as a field name in rust too.
The text was updated successfully, but these errors were encountered:
CTest fails on code that uses raw identifiers like
r#type
. Currently libc translation of structs that have atype
field in c are translated astype_
because of that.If CTest would support raw identifiers we could accurately use
type
as a field name in rust too.The text was updated successfully, but these errors were encountered: