pull/488/head
qingyunha 4 weeks ago committed by GitHub
parent c76a20f0d9
commit b3ec8c50d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,7 +23,7 @@ Consider this simple function:
```rust
fn compute(input: &u32, output: &mut u32) {
if *input > 10 {
*output = 1;
*output = 2;
}
if *input > 5 {
*output *= 2;

Loading…
Cancel
Save