switch __field__ hack to <unnamed_field>
avoids conflict with fields actually named `__field__`
This commit is contained in:
parent
331d2d6d31
commit
67a8ea521a
2 changed files with 3 additions and 2 deletions
|
|
@ -34,7 +34,8 @@
|
|||
|
||||
|
||||
// This test case mainly makes sure that no field names are generated for tuple structs (as opposed
|
||||
// to all fields having the name "__field__"). Otherwise they are handled the same a normal structs.
|
||||
// to all fields having the name "<unnamed_field>"). Otherwise they are handled the same a normal
|
||||
// structs.
|
||||
|
||||
struct NoPadding16(u16, i16);
|
||||
struct NoPadding32(i32, f32, u32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue