Closed
Description
https://github.com/dbeck/acto-rs
commit 5311c872dd88d3bf034e023f501971c711dee41c
Author: David Beck <david.beck.priv@gmail.com>
Date: Mon Aug 29 23:04:00 2016 +0100
sanitize Observer interface
rustc 1.19.0-beta.1 (a87984118 2017-06-06)
binary: rustc
commit-hash: a879841184d6fe89b819425fde1568b50a54543f
commit-date: 2017-06-06
host: x86_64-unknown-linux-gnu
release: 1.19.0-beta.1
LLVM version: 4.0
brian@ip-10-145-43-250:~/dev/acto-rs⟫ cargo +beta test
Compiling minions v0.2.7 (file:///mnt2/dev/acto-rs)
error[E0308]: mismatched types
--> src/main.rs:147:14
|
147 | sum += i;
| ^ expected i32, found ()
|
= note: expected type `i32`
found type `()`
error: aborting due to previous error(s)
error: Could not compile `minions`.
To learn more, run the command again with --verbose.
cc @dbeck