This commit is contained in:
2025-08-04 19:11:26 +02:00
parent 8fe8824272
commit d15a984f04

View File

@@ -6,5 +6,6 @@ fn main() {
let x = None;
let z: i32 = x.unwrap();
let z: i32 = x.unwrap();
let z: i32 = x.unwrap();
}