LPATHBench
LPATHBench copied to clipboard
Rust code doesn't compile against Rust 1.0
rustc rs.rs -C opt-level=3 -C no-stack-check
rs.rs:24:49: 24:50 error: unexpected token: `]`
rs.rs:24 unsafe { mem::transmute(self.routes[]) }
BTW, I had to change --opt-level=3
to -C opt-level=3
in makefile
Even with that change it won't compile with the latest Rust. Rust's modules and api:s have been reorganized so much that the whole program must be rewritten.