Ekaterina

Results 1 comments of Ekaterina

In my case the problem was with Deny-by-default lints in Rust. The following commands helped: Allow warnings: `export RUSTFLAGS='-A warnings'` Allow invalid reference casting: `export RUSTFLAGS='-A invalid_reference_casting'` and `pip install...