rollup merge of #23690: wettowelreactor/patch-1
This commit is contained in:
commit
adbb516067
@ -568,8 +568,8 @@ fn add(x: &i32, y: &i32) -> i32 {
|
||||
fn main() {
|
||||
let x = Box::new(5);
|
||||
|
||||
println!("{}", add(&x, &x));
|
||||
println!("{}", add(&x, &x));
|
||||
println!("{}", add(&*x, &*x));
|
||||
println!("{}", add(&*x, &*x));
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user