MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / narrow

Function narrow

src/lower2/helpers.rs:386–393  ·  view source on GitHub ↗

Final narrowing instr for byte/char/short

(dest: &Type)

Source from the content-addressed store, hash-verified

384 }
385 }
386 Unit | Void => {
387 return Err(jvm::Error::VerificationError {
388 context: "get_store_instructions".to_string(),
389 message: "Cannot store void type".to_string(),
390 });
391 }
392 };
393
394 Ok(instr)
395}
396

Callers 1

primitive_to_primitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected