ndless 0.6.1

Rust library for interacting with Ndless for the TI-Nspire
Build #148785 2019-03-18T00:07:26.863900+00:00
# rustc version
rustc 1.34.0-nightly (350674b71 2019-02-28)
# docs.rs version
cratesfyi 0.6.0 (d993b18 2019-02-21)

# build log
Updating crates.io index
Downloading crates ...
Downloaded ndless v0.6.1
Fresh unicode-xid v0.1.0
Compiling cty v0.1.5
Compiling ndless-static-vars v1.0.0
Running `rustc --crate-name cty /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/cty-0.1.5/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4c67eec1aab18088 -C extra-filename=-4c67eec1aab18088 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --edition=2018 --crate-name ndless_static_vars /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-static-vars-1.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a236817f04a0a284 -C extra-filename=-a236817f04a0a284 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --edition=2018 --crate-name ndless_static_vars /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-static-vars-1.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=dfb173b12a91d155 -C extra-filename=-dfb173b12a91d155 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh ndless-sys v0.1.3
Fresh proc-macro2 v0.4.27
Fresh memchr v2.2.0
Fresh quote v0.6.11
Fresh cstr_core v0.1.2
Fresh syn v0.15.29
Compiling ndless-macros v0.1.1
Running `rustc --edition=2018 --crate-name ndless_macros /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-macros-0.1.1/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=6eb602a5d4e9ea80 -C extra-filename=-6eb602a5d4e9ea80 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cty=/home/cratesfyi/cratesfyi/debug/deps/libcty-4c67eec1aab18088.rlib --extern ndless_static_vars=/home/cratesfyi/cratesfyi/debug/deps/libndless_static_vars-a236817f04a0a284.rlib --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-aa9d9eee37a8b31e.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-a4f8823bcdb99fba.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-6667fbc4d6f3854a.rlib --cap-lints allow`
Documenting ndless v0.6.1
Running `rustdoc --edition=2018 --crate-name ndless /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190228-1.34.0-nightly-350674b71 --static-root-path / --disable-per-crate-search --extern-html-root-url 'ndless_static_vars=https://docs.rs/ndless-static-vars/1.0.0' --extern-html-root-url 'ndless_sys=https://docs.rs/ndless-sys/0.1.3' --extern-html-root-url 'cstr_core=https://docs.rs/cstr_core/0.1.2' --extern-html-root-url 'cty=https://docs.rs/cty/0.1.5' --extern-html-root-url 'ndless_macros=https://docs.rs/ndless-macros/0.1.1' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cstr_core=/home/cratesfyi/cratesfyi/debug/deps/libcstr_core-96ed974d66a68638.rmeta --extern cty=/home/cratesfyi/cratesfyi/debug/deps/libcty-91150698faa129b9.rmeta --extern ndless_macros=/home/cratesfyi/cratesfyi/debug/deps/libndless_macros-6eb602a5d4e9ea80.so --extern ndless_static_vars=/home/cratesfyi/cratesfyi/debug/deps/libndless_static_vars-dfb173b12a91d155.rmeta --extern ndless_sys=/home/cratesfyi/cratesfyi/debug/deps/libndless_sys-c60444adc6eb2ae4.rmeta`
error[E0432]: unresolved import `alloc::prelude::v1`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/lib.rs:58:26
|
58 |     pub use alloc::prelude::v1::*;
|                             ^^ could not find `v1` in `prelude`

error[E0412]: cannot find type `Vec` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/input.rs:294:22
|
294 | pub fn get_keys() -> Vec<Key> {
|                      ^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1   | use alloc::prelude::Vec;
|
1   | use alloc::vec::Vec;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:18:29
|
18 | pub fn msg(title: impl Into<String>, msg: impl Into<String>) {
|                             ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:18:53
|
18 | pub fn msg(title: impl Into<String>, msg: impl Into<String>) {
|                                                     ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:27:22
|
27 |     title: impl Into<String>,
|                      ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:28:20
|
28 |     msg: impl Into<String>,
|                    ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:29:21
|
29 |     btn1: impl Into<String>,
|                     ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:30:21
|
30 |     btn2: impl Into<String>,
|                     ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:48:22
|
48 |     title: impl Into<String>,
|                      ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:49:20
|
49 |     msg: impl Into<String>,
|                    ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:50:21
|
50 |     btn1: impl Into<String>,
|                     ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:51:21
|
51 |     btn2: impl Into<String>,
|                     ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:52:21
|
52 |     btn3: impl Into<String>,
|                     ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:72:22
|
72 |     title: impl Into<String>,
|                      ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:73:25
|
73 |     subtitle: impl Into<String>,
|                         ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:74:20
|
74 |     msg: impl Into<String>,
|                    ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:97:22
|
97 |     title: impl Into<String>,
|                      ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:98:25
|
98 |     subtitle: impl Into<String>,
|                         ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:99:21
|
99 |     msg1: impl Into<String>,
|                     ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:101:21
|
101 |     msg2: impl Into<String>,
|                     ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1   | use alloc::prelude::String;
|
1   | use alloc::string::String;
|
1   | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:130:22
|
130 |     title: impl Into<String>,
|                      ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1   | use alloc::prelude::String;
|
1   | use alloc::string::String;
|
1   | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:131:20
|
131 |     msg: impl Into<String>,
|                    ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1   | use alloc::prelude::String;
|
1   | use alloc::string::String;
|
1   | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:132:24
|
132 |     default: impl Into<String>,
|                        ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1   | use alloc::prelude::String;
|
1   | use alloc::string::String;
|
1   | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/msg.rs:133:13
|
133 | ) -> Option<String> {
|             ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1   | use alloc::prelude::String;
|
1   | use alloc::string::String;
|
1   | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/out.rs:3:29
|
3 | pub fn print(msg: impl Into<String>) {
|                             ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1 | use alloc::prelude::String;
|
1 | use alloc::string::String;
|
1 | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/out.rs:11:31
|
11 | pub fn println(msg: impl Into<String>) {
|                               ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1  | use alloc::prelude::String;
|
1  | use alloc::string::String;
|
1  | use ndless_sys::String;
|

error[E0412]: cannot find type `String` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/bindings/env.rs:5:26
|
5 | pub type Args = IntoIter<String>;
|                          ^^^^^^ not found in this scope
help: possible candidates are found in other modules, you can import them into scope
|
1 | use alloc::prelude::String;
|
1 | use alloc::string::String;
|
1 | use ndless_sys::String;
|

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name ndless /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ndless-0.6.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190228-1.34.0-nightly-350674b71 --static-root-path / --disable-per-crate-search --extern-html-root-url \'ndless_static_vars=https://docs.rs/ndless-static-vars/1.0.0\' --extern-html-root-url \'ndless_sys=https://docs.rs/ndless-sys/0.1.3\' --extern-html-root-url \'cstr_core=https://docs.rs/cstr_core/0.1.2\' --extern-html-root-url \'cty=https://docs.rs/cty/0.1.5\' --extern-html-root-url \'ndless_macros=https://docs.rs/ndless-macros/0.1.1\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cstr_core=/home/cratesfyi/cratesfyi/debug/deps/libcstr_core-96ed974d66a68638.rmeta --extern cty=/home/cratesfyi/cratesfyi/debug/deps/libcty-91150698faa129b9.rmeta --extern ndless_macros=/home/cratesfyi/cratesfyi/debug/deps/libndless_macros-6eb602a5d4e9ea80.so --extern ndless_static_vars=/home/cratesfyi/cratesfyi/debug/deps/libndless_static_vars-dfb173b12a91d155.rmeta --extern ndless_sys=/home/cratesfyi/cratesfyi/debug/deps/libndless_sys-c60444adc6eb2ae4.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `ndless`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.