Closed
Description
I was building rust 0.5 on Linux Mint 13 64-bit according to the instructions in the tutorial. make stopped with the error message
/home/computer/rust-0.5/src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:20:10: fatal error:
'new' file not found
include
I commented out the #include line in asan_new_delete.cc and it finished compiling and the compiler works.