This commit is contained in:
sunface 2022-03-05 14:52:08 +08:00
parent fe38f6097c
commit de310b1c81
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ fn main() {
let _v: () = ();
let v = (2, 3);
assert_eq!(v, implicitly_ret_unit())
assert_eq!(v, implicitly_ret_unit());
println!("Success!")
}