]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs
Rollup merge of #105633 - compiler-errors:term-agnostic, r=oli-obk
[rust.git] / compiler / rustc_codegen_cranelift / example / mini_core_hello_world.rs
index 215d3556a17ca8cf2b5eb7a7673b5a090612da70..c00f8a2e0cdad3229ad1362047bffeb8a4be2ad9 100644 (file)
@@ -171,8 +171,6 @@ fn main() {
 
     assert_eq!(slice_ptr as usize % 4, 0);
 
-    //return;
-
     unsafe {
         printf("Hello %s\n\0" as *const str as *const i8, "printf\0" as *const str as *const i8);