When running make, it spits out this error message.
rustc -O --target i386-intel-linux --lib -o main.o -c main.rs
error: no item found for `ty_desc`
error: no item found for `opaque`
error: no item found for `ty_visitor`
error: no item found for `freeze`
error: no item found for `send`
error: no item found for `closure_exchange_malloc`
error: aborting due to 6 previous errors
make: *** [main.o] Error 101
It seems dependent on some part of the rust runtime? maybe?
I'm running rustc version 0.7
rustc 0.7
host: x86_64-apple-darwin
any tips you can give?
When running make, it spits out this error message.
It seems dependent on some part of the rust runtime? maybe?
I'm running rustc version 0.7
any tips you can give?