mirror of https://github.com/KaiserY/trpl-zh-cn
parent
a50eb042c8
commit
7b0fa6a4bd
@ -1,7 +1,7 @@
|
|||||||
fn main() {
|
fn main() {
|
||||||
// ANCHOR: here
|
// ANCHOR: here
|
||||||
if let x = 5 else {
|
if let x = 5 {
|
||||||
return;
|
println!("{x}");
|
||||||
};
|
};
|
||||||
// ANCHOR_END: here
|
// ANCHOR_END: here
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue