kousei yamashita
Results
3
issues of
kousei yamashita
Issue: #523 What I did: Fix warning `calls to std::mem::drop ` Why the problem occurred: The std::mem::drop function is used to drop (dispose of) a value, taking ownership of that...
my environment - macos - asdf - rust 1.74.1 - llvm@16 installed via brew I Encountered warning while following instructiosn in [install.md](https://github.com/shiika-lang/shiika/blob/main/doc/guide/src/install.md). Executing the command `cd lib/skc_rustlib; cargo build; cd...