We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e24d7 commit b632b81Copy full SHA for b632b81
ch6/ch6-memscan-3/src/main.rs
@@ -17,5 +17,5 @@ fn main() {
17
println!("local_int: {:p}", &local_int as *const i32);
18
println!("boxed_int: {:p}", Box::into_raw(boxed_int));
19
println!("boxed_str: {:p}", Box::into_raw(boxed_str));
20
- println!("fn_int: {:p}", fn_int);}
+ println!("fn_int: {:p}", fn_int)};
21
}
0 commit comments