We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 733bee5 + 1ab0db1 commit 0204fc3Copy full SHA for 0204fc3
src/test/ui/generator/resume-arg-size.rs
@@ -22,7 +22,7 @@ fn main() {
22
};
23
24
// Neither of these generators have the resume arg live across the `yield`, so they should be
25
- // 4 Bytes in size (only storing the discriminant)
+ // 1 Byte in size (only storing the discriminant)
26
assert_eq!(size_of_val(&gen_copy), 1);
27
assert_eq!(size_of_val(&gen_move), 1);
28
}
0 commit comments