e 273 B

123456789
  1. #!/bin/bash
  2. #^ syntax highlighting
  3. echo execute ./go from vim by typing: :!./go
  4. #unset RUST_BACKTRACE #workaround issue: 29293 https://github.com/rust-lang/rust/issues/29293
  5. #or else it will hang on each file write (when rust.vim and syntactic!)
  6. time vim ./src/main.rs