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 57ca1e5 commit 26186ccCopy full SHA for 26186cc
tests/assembly-llvm/reg-struct-return.rs
@@ -107,8 +107,7 @@ mod Pivot {
107
108
// Verifies ABI changes for a struct of size 12, which is larger than the
109
// maximum size for reg-struct-return (8 bytes).
110
-// Here, both WITH and WITHOUT should use the hidden pointer convention (i.e, they
111
-// should be identical).
+// Here, the hidden pointer convention should be used even when `-Zreg-struct-return` is set.
112
mod Large {
113
struct LargeStruct {
114
a: i32,
0 commit comments