``` 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