From 6c09e9c13371339551e5b7db476bae708d8c86b5 Mon Sep 17 00:00:00 2001 From: qwerty2501 Date: Sun, 6 May 2018 00:09:20 +0900 Subject: [PATCH] added feature never_type. because it seems to need feature attribute. --- ia/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ia/src/lib.rs b/ia/src/lib.rs index 7810501..3a4764a 100644 --- a/ia/src/lib.rs +++ b/ia/src/lib.rs @@ -69,6 +69,7 @@ //! full code & project layout. #![feature(fnbox)] +#![feature(never_type)] pub extern crate futures; pub extern crate cwa;