| "make update-unicode -j20" exit with 0. |
| "make update-download -j20" exit with 0. |
| "make update-rubyspec -j20" exit with 0. |
| "make update-src -j20" exit with 0. |
| From https://github.com/ruby/ruby |
| cc9bbbd..09427f5 master -> origin/master |
| "make after-update -j20" exit with 0. |
| "make miniruby -j20" exit with 512. |
| error[E0425]: cannot find function `jit_prepare_routine_call` in this scope |
| --> /tmp/ruby/src/trunk/yjit/src/codegen.rs:5025:5 |
| | |
| 350 | / fn jit_prepare_non_leaf_call( |
| 351 | | jit: &mut JITState, |
| 352 | | asm: &mut Assembler |
| 353 | | ) { |
| ... | |
| 359 | | asm.clear_local_types(); |
| 360 | | } |
| | |_- similarly named function `jit_prepare_non_leaf_call` defined here |
| ... |
| 5025 | jit_prepare_routine_call(jit, asm); |
| | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `jit_prepare_non_leaf_call` |
| error[E0425]: cannot find function `jit_prepare_routine_call` in this scope |
| --> /tmp/ruby/src/trunk/yjit/src/codegen.rs:5069:5 |
| | |
| 350 | / fn jit_prepare_non_leaf_call( |
| 351 | | jit: &mut JITState, |
| 352 | | asm: &mut Assembler |
| 353 | | ) { |
| ... | |
| 359 | | asm.clear_local_types(); |
| 360 | | } |
| | |_- similarly named function `jit_prepare_non_leaf_call` defined here |
| ... |
| 5069 | jit_prepare_routine_call(jit, asm); |
| | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `jit_prepare_non_leaf_call` |
| error[E0425]: cannot find function `jit_prepare_routine_call` in this scope |
| --> /tmp/ruby/src/trunk/yjit/src/codegen.rs:5113:5 |
| | |
| 350 | / fn jit_prepare_non_leaf_call( |
| 351 | | jit: &mut JITState, |
| 352 | | asm: &mut Assembler |
| 353 | | ) { |
| ... | |
| 359 | | asm.clear_local_types(); |
| 360 | | } |
| | |_- similarly named function `jit_prepare_non_leaf_call` defined here |
| ... |
| 5113 | jit_prepare_routine_call(jit, asm); |
| | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `jit_prepare_non_leaf_call` |
| error[E0425]: cannot find function `jit_prepare_routine_call` in this scope |
| --> /tmp/ruby/src/trunk/yjit/src/codegen.rs:5157:5 |
| | |
| 350 | / fn jit_prepare_non_leaf_call( |
| 351 | | jit: &mut JITState, |
| 352 | | asm: &mut Assembler |
| 353 | | ) { |
| ... | |
| 359 | | asm.clear_local_types(); |
| 360 | | } |
| | |_- similarly named function `jit_prepare_non_leaf_call` defined here |
| ... |
| 5157 | jit_prepare_routine_call(jit, asm); |
| | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `jit_prepare_non_leaf_call` |
| error: aborting due to 4 previous errors |
| For more information about this error, try `rustc --explain E0425`. |
| make: *** [/tmp/ruby/src/trunk/yjit/yjit.mk:26: yjit/target/release/libyjit.a] Error 1 |