Hello, i new in rust, and try to develop web. I use rocket and try to install in CentOS 7
for my reference Getting Started - Rocket Programming Guide
This's my error :
[root@localhost html]# cargo run
Compiling proc-macro2 v0.4.28
Compiling libc v0.2.51
Compiling byteorder v1.3.1
Compiling syn v0.15.32
Compiling httparse v1.3.3
Compiling serde v1.0.90
Compiling memchr v2.2.0
Compiling log v0.4.6
Compiling pear_codegen v0.1.2
Compiling unicase v1.4.2
Compiling unicode-bidi v0.3.4
Compiling ring v0.13.5
error: failed to run custom build command for proc-macro2 v0.4.28
could not execute process /var/www/html/target/debug/build/proc-macro2-716ba4b45c924754/build-script-build
(never executed)
warning: build failed, waiting for other jobs to finish...
error: build failed
anyone help me?