How to prevent / delete rmeta files from rustc –crate-type lib
Problem Description I’ve run into this problem while trying to build a library with rust on windows. Basically every time I run the rustc src/lib.rs –crate-type lib command (to build the library), it creates an new undeletable folder in the root directory. Things I’ve tried: Trying to change the permissions of the folder gives a […]