This commit is contained in:
2025-08-04 19:09:34 +02:00
parent eb01759321
commit 8fe8824272

View File

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