This commit is contained in:
sunface 2022-03-05 14:57:22 +08:00
parent d12c103c02
commit 6df2d84c9e
1 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,9 @@ fn main() {
let none = plus_one(None);
if let __ = six {
println!("{}", n)
println!("{}", n);
println!("Success!")
}
panic!("NEVER LET THIS RUN");