Description
Shows the assembly or LLVM IR generated from Rust code. It helps developers inspect compiler output, understand performance, and verify how critical functions are optimized.
Use it when low-level behavior matters. Assembly output is technical and should be interpreted with knowledge of the target architecture and compiler options.