Skip to content

main.rs is unable to compile #7

@coder543

Description

@coder543

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions