cargo rustc --release -- -C target-cpu=native --emit link=C:\Users\conor\AppData\Local\Temp\tmp9qmp7a02\Akimbo\Akimbo-tt-cap2\Akimbo-CB953CF1-1E4FFB50.exe
    Updating crates.io index
   Compiling akimbo v0.8.0 (C:\Users\conor\AppData\Local\Temp\tmp9qmp7a02\Akimbo\Akimbo-tt-cap2)
error: couldn't read src\../L:/Dev/misc/openbench/Client/Networks/1E4FFB50: The filename, directory name, or volume label syntax is incorrect. (os error 123)
  --> src\network.rs:18:35
   |
18 |     unsafe { std::mem::transmute(*include_bytes!(concat!("../", env!("EVALFILE")))) };
   |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)

error: could not compile `akimbo` (bin "akimbo") due to previous error
make: *** [Makefile:14: rule] Error 101