Open
Description
Fails at compiling due to recent commit aa44e25 with the following error message:
Compiling tcod v0.1.0 (file:///home/pranz/gitbuilds/tcod-rs)
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with `RUST_BACKTRACE=1` for a backtrace
task 'rustc' failed at 'expected item, found foreign item ffi::TCOD_black::TCOD_black (id=7409)', /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/libsyntax/ast_map/mod.rs:326
Could not compile `tcod`.
I'm guessing this is because I'm not interacting with the FFI in the proper way. Do you, @tomassedovic, know what could be wrong with the code?