We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86abb3 commit f570f9bCopy full SHA for f570f9b
tests/casts/src/casts.c
@@ -30,4 +30,7 @@ void cast_stuff(void) {
30
31
bool b = true;
32
float x15 = b;
33
+
34
+ // reference applied to a cast requires parens on Rust side
35
+ int * x = &(int){0};
36
}
0 commit comments