You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collision.rs:30:3: 30:14 error: binary operation + cannot be applied to type Vec2
Collision.rs:30 *v += *move;
^~~~~~~~~~~
error: internal compiler error: no type for node 81: expr move (id=81) in fcx 0xb3970ef8
This message reflects a bug in the Rust compiler.
We would appreciate a bug report: https://github.com/mozilla/rust/wiki/HOWTO-submit-a-Rust-bug-report
task 'rustc' failed at 'explicit failure', /home/duncan/Code/rust/src/libsyntax/diagnostic.rs:102
task '
' failed at 'explicit failure', /home/duncan/Code/rust/src/librustc/lib.rs:443
OS: Ubuntu 12.04 x86
rustc -v Collision.rs:
rustc 0.9-pre (b8c87fd 2013-12-24 01:56:30 -0800)
host: i686-unknown-linux-gnu
Full error message:
Collision.rs:30:3: 30:14 error: binary operation + cannot be applied to type
' failed at 'explicit failure', /home/duncan/Code/rust/src/librustc/lib.rs:443Vec2
Collision.rs:30 *v += *move;
^~~~~~~~~~~
error: internal compiler error: no type for node 81: expr move (id=81) in fcx 0xb3970ef8
This message reflects a bug in the Rust compiler.
We would appreciate a bug report: https://github.com/mozilla/rust/wiki/HOWTO-submit-a-Rust-bug-report
task 'rustc' failed at 'explicit failure', /home/duncan/Code/rust/src/libsyntax/diagnostic.rs:102
task '
Source:
The text was updated successfully, but these errors were encountered: