hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

error: could not compile `matrixmultiply`. #118

Closed WhatWithCheeze432 closed 4 years ago

WhatWithCheeze432 commented 4 years ago

Log:


Description: The log states it all, basically cargo won't properly load the coffee/dependencies, or at least on my setup.

Cargo Version: cargo 1.42.0-nightly (6e1ca924a 2020-01-06) OS: Debian GNU/Linux

hecrj commented 4 years ago

Thanks for reporting!

This is a compiler bug affecting nightly: https://github.com/rust-lang/rust/issues/67743

Closing as a fix seems to have already landed.