[INFO] fetching crate rust-GSL 0.4.10... [INFO] checking rust-GSL-0.4.10 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate rust-GSL 0.4.10 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate rust-GSL 0.4.10 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-GSL 0.4.10 [INFO] finished tweaking crates.io crate rust-GSL 0.4.10 [INFO] tweaked toml for crates.io crate rust-GSL 0.4.10 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: path `/workspace/builds/worker-3/source/src/rgsl.rs` was erroneously implicitly accepted for library `rgsl`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] warning: file found to be present in multiple build targets: /workspace/builds/worker-3/source/examples/vectors_and_matrices/main.rs [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 195b66ef7a791cfe7f981c1c4c969f71931ddcadf12a992ad9d81ad473805515 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "195b66ef7a791cfe7f981c1c4c969f71931ddcadf12a992ad9d81ad473805515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "195b66ef7a791cfe7f981c1c4c969f71931ddcadf12a992ad9d81ad473805515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "195b66ef7a791cfe7f981c1c4c969f71931ddcadf12a992ad9d81ad473805515", kill_on_drop: false }` [INFO] [stdout] 195b66ef7a791cfe7f981c1c4c969f71931ddcadf12a992ad9d81ad473805515 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87c0ac0366b47a48479769703061342bb5044e8c91464d6883dcf14dad5443d4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "87c0ac0366b47a48479769703061342bb5044e8c91464d6883dcf14dad5443d4", kill_on_drop: false }` [INFO] [stderr] warning: path `/opt/rustwide/workdir/src/rgsl.rs` was erroneously implicitly accepted for library `rgsl`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/examples/vectors_and_matrices/main.rs [INFO] [stderr] Checking rust-GSL v0.4.10 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2582:24 [INFO] [stdout] | [INFO] [stdout] 2582 | pub data: [c_double, ..2] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2587:23 [INFO] [stdout] | [INFO] [stdout] 2587 | pub data: [c_float, ..2] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2871:24 [INFO] [stdout] | [INFO] [stdout] 2871 | pub factor: [size_t, ..64], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2951:26 [INFO] [stdout] | [INFO] [stdout] 2951 | pub rlist2: [c_double, ..52], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2962:22 [INFO] [stdout] | [INFO] [stdout] 2962 | pub ri: [c_double, ..25], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2983:21 [INFO] [stdout] | [INFO] [stdout] 2983 | pub c: [c_double, ..64], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/macros.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | macro_rules! rgsl_error( [INFO] [stdout] | ________________________^ [INFO] [stdout] 7 | | ($msg:expr, $err_value:expr) => ( [INFO] [stdout] 8 | | { [INFO] [stdout] 9 | | let file = file!(); [INFO] [stdout] ... | [INFO] [stdout] 19 | | ); [INFO] [stdout] 20 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 6 | macro_rules! rgsl_error{ [INFO] [stdout] 7 | ($msg:expr, $err_value:expr) => ( [INFO] [stdout] 8 | { [INFO] [stdout] 9 | let file = file!(); [INFO] [stdout] 10 | [INFO] [stdout] 11 | unsafe { [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 20 | ); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/combination.rs:49:58 [INFO] [stdout] | [INFO] [stdout] 49 | data: CVec::new(tmp as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/combination.rs:73:58 [INFO] [stdout] | [INFO] [stdout] 73 | data: CVec::new(tmp as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/types/complex.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub data: [f64, ..2] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/types/complex.rs:358:19 [INFO] [stdout] | [INFO] [stdout] 358 | pub data: [f32, ..2] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/fast_fourier_transforms.rs:31:62 [INFO] [stdout] | [INFO] [stdout] 31 | f: CVec::new((*tmp).factor.as_mut_ptr(), 64u) [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/fast_fourier_transforms.rs:54:56 [INFO] [stdout] | [INFO] [stdout] 54 | f: CVec::new((*w).factor.as_mut_ptr(), 64u) [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/histograms.rs:254:28 [INFO] [stdout] | [INFO] [stdout] 254 | for i in range(0i, n) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/types/integration.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | static XI : [f64, ..33] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2582:24 [INFO] [stdout] | [INFO] [stdout] 2582 | pub data: [c_double, ..2] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2587:23 [INFO] [stdout] | [INFO] [stdout] 2587 | pub data: [c_float, ..2] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2871:24 [INFO] [stdout] | [INFO] [stdout] 2871 | pub factor: [size_t, ..64], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2951:26 [INFO] [stdout] | [INFO] [stdout] 2951 | pub rlist2: [c_double, ..52], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2962:22 [INFO] [stdout] | [INFO] [stdout] 2962 | pub ri: [c_double, ..25], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/ffi.rs:2983:21 [INFO] [stdout] | [INFO] [stdout] 2983 | pub c: [c_double, ..64], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> src/macros.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | macro_rules! rgsl_error( [INFO] [stdout] | ________________________^ [INFO] [stdout] 7 | | ($msg:expr, $err_value:expr) => ( [INFO] [stdout] 8 | | { [INFO] [stdout] 9 | | let file = file!(); [INFO] [stdout] ... | [INFO] [stdout] 19 | | ); [INFO] [stdout] 20 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 6 | macro_rules! rgsl_error{ [INFO] [stdout] 7 | ($msg:expr, $err_value:expr) => ( [INFO] [stdout] 8 | { [INFO] [stdout] 9 | let file = file!(); [INFO] [stdout] 10 | [INFO] [stdout] 11 | unsafe { [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 20 | ); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/combination.rs:49:58 [INFO] [stdout] | [INFO] [stdout] 49 | data: CVec::new(tmp as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/combination.rs:73:58 [INFO] [stdout] | [INFO] [stdout] 73 | data: CVec::new(tmp as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:162:28 [INFO] [stdout] | [INFO] [stdout] 162 | for i in range(0u, dim as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:179:28 [INFO] [stdout] | [INFO] [stdout] 179 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:181:32 [INFO] [stdout] | [INFO] [stdout] 181 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/types/complex.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub data: [f64, ..2] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:263:32 [INFO] [stdout] | [INFO] [stdout] 263 | let mut i_bisect = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:290:28 [INFO] [stdout] | [INFO] [stdout] 290 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/types/complex.rs:358:19 [INFO] [stdout] | [INFO] [stdout] 358 | pub data: [f32, ..2] [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:319:32 [INFO] [stdout] | [INFO] [stdout] 319 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:321:36 [INFO] [stdout] | [INFO] [stdout] 321 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:354:28 [INFO] [stdout] | [INFO] [stdout] 354 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:379:32 [INFO] [stdout] | [INFO] [stdout] 379 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:540:24 [INFO] [stdout] | [INFO] [stdout] 540 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:541:26 [INFO] [stdout] | [INFO] [stdout] 541 | let j = (n / 2u) % dim; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:542:28 [INFO] [stdout] | [INFO] [stdout] 542 | let side = n % 2u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:544:28 [INFO] [stdout] | [INFO] [stdout] 544 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:569:28 [INFO] [stdout] | [INFO] [stdout] 569 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:582:24 [INFO] [stdout] | [INFO] [stdout] 582 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:689:28 [INFO] [stdout] | [INFO] [stdout] 689 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:775:29 [INFO] [stdout] | [INFO] [stdout] 775 | for it in range(0u, (*self.s).iterations as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:795:36 [INFO] [stdout] | [INFO] [stdout] 795 | for k in range(0u, calls_per_box as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/fast_fourier_transforms.rs:31:62 [INFO] [stdout] | [INFO] [stdout] 31 | f: CVec::new((*tmp).factor.as_mut_ptr(), 64u) [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:980:20 [INFO] [stdout] | [INFO] [stdout] 980 | for j in range(0u, xl.len()) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/fast_fourier_transforms.rs:54:56 [INFO] [stdout] | [INFO] [stdout] 54 | f: CVec::new((*w).factor.as_mut_ptr(), 64u) [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:997:20 [INFO] [stdout] | [INFO] [stdout] 997 | for i in range(0i, bins) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:998:24 [INFO] [stdout] | [INFO] [stdout] 998 | for j in range(0i, dim) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1007:20 [INFO] [stdout] | [INFO] [stdout] 1007 | for j in range(0i, dim as int) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1030:20 [INFO] [stdout] | [INFO] [stdout] 1030 | for j in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1065:20 [INFO] [stdout] | [INFO] [stdout] 1065 | for j in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1068:21 [INFO] [stdout] | [INFO] [stdout] 1068 | let mut i = 1u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1070:24 [INFO] [stdout] | [INFO] [stdout] 1070 | for k in range(1u, (*s).bins as uint + 1u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1070:48 [INFO] [stdout] | [INFO] [stdout] 1070 | for k in range(1u, (*s).bins as uint + 1u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/histograms.rs:254:28 [INFO] [stdout] | [INFO] [stdout] 254 | for i in range(0i, n) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1082:24 [INFO] [stdout] | [INFO] [stdout] 1082 | for k in range(1u, bins) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1096:20 [INFO] [stdout] | [INFO] [stdout] 1096 | for j in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1108:24 [INFO] [stdout] | [INFO] [stdout] 1108 | for i in range(1u, bins - 1u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1108:35 [INFO] [stdout] | [INFO] [stdout] 1108 | for i in range(1u, bins - 1u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1116:39 [INFO] [stdout] | [INFO] [stdout] 1116 | *(*s).d.offset((bins as int - 1i) * dim as int + j as int) = (newg + oldg) / 2f64; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1118:53 [INFO] [stdout] | [INFO] [stdout] 1118 | grid_tot_j += *(*s).d.offset((bins as int - 1i) * dim as int + j as int); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1122:24 [INFO] [stdout] | [INFO] [stdout] 1122 | for i in range(0u, bins) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1143:25 [INFO] [stdout] | [INFO] [stdout] 1143 | let mut i = 1u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1145:28 [INFO] [stdout] | [INFO] [stdout] 1145 | for k in range(0u, bins) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1148:52 [INFO] [stdout] | [INFO] [stdout] 1148 | xnew = *(*s).xi.offset((k as int + 1i) * dim as int + j as int); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1157:28 [INFO] [stdout] | [INFO] [stdout] 1157 | for k in range(1u, bins) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1271:20 [INFO] [stdout] | [INFO] [stdout] 1271 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/multiset.rs:39:58 [INFO] [stdout] | [INFO] [stdout] 39 | data: CVec::new(tmp as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/multiset.rs:64:58 [INFO] [stdout] | [INFO] [stdout] 64 | data: CVec::new(tmp as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/multiset.rs:156:52 [INFO] [stdout] | [INFO] [stdout] 156 | data: CVec::new(c as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/types/integration.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | static XI : [f64, ..33] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:162:28 [INFO] [stdout] | [INFO] [stdout] 162 | for i in range(0u, dim as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:179:28 [INFO] [stdout] | [INFO] [stdout] 179 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:181:32 [INFO] [stdout] | [INFO] [stdout] 181 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:263:32 [INFO] [stdout] | [INFO] [stdout] 263 | let mut i_bisect = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:290:28 [INFO] [stdout] | [INFO] [stdout] 290 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:319:32 [INFO] [stdout] | [INFO] [stdout] 319 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:321:36 [INFO] [stdout] | [INFO] [stdout] 321 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:354:28 [INFO] [stdout] | [INFO] [stdout] 354 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:379:32 [INFO] [stdout] | [INFO] [stdout] 379 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:540:24 [INFO] [stdout] | [INFO] [stdout] 540 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:541:26 [INFO] [stdout] | [INFO] [stdout] 541 | let j = (n / 2u) % dim; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:542:28 [INFO] [stdout] | [INFO] [stdout] 542 | let side = n % 2u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:544:28 [INFO] [stdout] | [INFO] [stdout] 544 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:569:28 [INFO] [stdout] | [INFO] [stdout] 569 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:582:24 [INFO] [stdout] | [INFO] [stdout] 582 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:689:28 [INFO] [stdout] | [INFO] [stdout] 689 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:775:29 [INFO] [stdout] | [INFO] [stdout] 775 | for it in range(0u, (*self.s).iterations as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:795:36 [INFO] [stdout] | [INFO] [stdout] 795 | for k in range(0u, calls_per_box as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:980:20 [INFO] [stdout] | [INFO] [stdout] 980 | for j in range(0u, xl.len()) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | let w21b : [f64, ..6] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w21b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:997:20 [INFO] [stdout] | [INFO] [stdout] 997 | for i in range(0i, bins) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:998:24 [INFO] [stdout] | [INFO] [stdout] 998 | for j in range(0i, dim) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1007:20 [INFO] [stdout] | [INFO] [stdout] 1007 | for j in range(0i, dim as int) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1030:20 [INFO] [stdout] | [INFO] [stdout] 1030 | for j in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1065:20 [INFO] [stdout] | [INFO] [stdout] 1065 | for j in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1068:21 [INFO] [stdout] | [INFO] [stdout] 1068 | let mut i = 1u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1070:24 [INFO] [stdout] | [INFO] [stdout] 1070 | for k in range(1u, (*s).bins as uint + 1u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1070:48 [INFO] [stdout] | [INFO] [stdout] 1070 | for k in range(1u, (*s).bins as uint + 1u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1082:24 [INFO] [stdout] | [INFO] [stdout] 1082 | for k in range(1u, bins) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1096:20 [INFO] [stdout] | [INFO] [stdout] 1096 | for j in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1108:24 [INFO] [stdout] | [INFO] [stdout] 1108 | for i in range(1u, bins - 1u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1108:35 [INFO] [stdout] | [INFO] [stdout] 1108 | for i in range(1u, bins - 1u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1116:39 [INFO] [stdout] | [INFO] [stdout] 1116 | *(*s).d.offset((bins as int - 1i) * dim as int + j as int) = (newg + oldg) / 2f64; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1118:53 [INFO] [stdout] | [INFO] [stdout] 1118 | grid_tot_j += *(*s).d.offset((bins as int - 1i) * dim as int + j as int); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:151:19 [INFO] [stdout] | [INFO] [stdout] 151 | let w10 : [f64, ..5] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1122:24 [INFO] [stdout] | [INFO] [stdout] 1122 | for i in range(0u, bins) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:159:20 [INFO] [stdout] | [INFO] [stdout] 159 | let w21a : [f64, ..5] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w21a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:167:18 [INFO] [stdout] | [INFO] [stdout] 167 | let x1 : [f64, ..5] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `x1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:175:18 [INFO] [stdout] | [INFO] [stdout] 175 | let x2 : [f64, ..5] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1143:25 [INFO] [stdout] | [INFO] [stdout] 1143 | let mut i = 1u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:183:18 [INFO] [stdout] | [INFO] [stdout] 183 | let x3 : [f64, ..11] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `x3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | let x4 : [f64, ..22] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1145:28 [INFO] [stdout] | [INFO] [stdout] 1145 | for k in range(0u, bins) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | let w43a : [f64, ..10] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w43a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:235:20 [INFO] [stdout] | [INFO] [stdout] 235 | let w43b : [f64, ..12] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w43b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1148:52 [INFO] [stdout] | [INFO] [stdout] 1148 | xnew = *(*s).xi.offset((k as int + 1i) * dim as int + j as int); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:250:20 [INFO] [stdout] | [INFO] [stdout] 250 | let w87a : [f64, ..21] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w87a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1157:28 [INFO] [stdout] | [INFO] [stdout] 1157 | for k in range(1u, bins) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:274:20 [INFO] [stdout] | [INFO] [stdout] 274 | let w87b : [f64, ..23] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w87b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:304:26 [INFO] [stdout] | [INFO] [stdout] 304 | let mut savfun : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ---------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut savfun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:305:23 [INFO] [stdout] | [INFO] [stdout] 305 | let mut fv1 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/monte_carlo.rs:1271:20 [INFO] [stdout] | [INFO] [stdout] 1271 | for i in range(0u, dim) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:306:23 [INFO] [stdout] | [INFO] [stdout] 306 | let mut fv2 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:307:23 [INFO] [stdout] | [INFO] [stdout] 307 | let mut fv3 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:308:23 [INFO] [stdout] | [INFO] [stdout] 308 | let mut fv4 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:310:20 [INFO] [stdout] | [INFO] [stdout] 310 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:310:24 [INFO] [stdout] | [INFO] [stdout] 310 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:324:20 [INFO] [stdout] | [INFO] [stdout] 324 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:324:24 [INFO] [stdout] | [INFO] [stdout] 324 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:341:20 [INFO] [stdout] | [INFO] [stdout] 341 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:341:24 [INFO] [stdout] | [INFO] [stdout] 341 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:359:20 [INFO] [stdout] | [INFO] [stdout] 359 | for k in range(0u, 10u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:359:24 [INFO] [stdout] | [INFO] [stdout] 359 | for k in range(0u, 10u) { [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:363:20 [INFO] [stdout] | [INFO] [stdout] 363 | for k in range(0u, 11u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:363:24 [INFO] [stdout] | [INFO] [stdout] 363 | for k in range(0u, 11u) { [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/multiset.rs:39:58 [INFO] [stdout] | [INFO] [stdout] 39 | data: CVec::new(tmp as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:417:19 [INFO] [stdout] | [INFO] [stdout] 417 | let xgk : [f64, ..8] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/multiset.rs:64:58 [INFO] [stdout] | [INFO] [stdout] 64 | data: CVec::new(tmp as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/types/multiset.rs:156:52 [INFO] [stdout] | [INFO] [stdout] 156 | data: CVec::new(c as *mut u64, 0u) [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:432:18 [INFO] [stdout] | [INFO] [stdout] 432 | let wg : [f64, ..4] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:440:19 [INFO] [stdout] | [INFO] [stdout] 440 | let wgk : [f64, ..8] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:451:23 [INFO] [stdout] | [INFO] [stdout] 451 | let mut fv1 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:452:23 [INFO] [stdout] | [INFO] [stdout] 452 | let mut fv2 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:459:19 [INFO] [stdout] | [INFO] [stdout] 459 | let xgk : [f64, ..11] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:477:18 [INFO] [stdout] | [INFO] [stdout] 477 | let wg : [f64, ..5] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:486:19 [INFO] [stdout] | [INFO] [stdout] 486 | let wgk : [f64, ..11] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:500:23 [INFO] [stdout] | [INFO] [stdout] 500 | let mut fv1 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:501:23 [INFO] [stdout] | [INFO] [stdout] 501 | let mut fv2 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:508:19 [INFO] [stdout] | [INFO] [stdout] 508 | let xgk : [f64, ..16] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:531:18 [INFO] [stdout] | [INFO] [stdout] 531 | let wg : [f64, ..8] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:543:19 [INFO] [stdout] | [INFO] [stdout] 543 | let wgk : [f64, ..16] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:562:23 [INFO] [stdout] | [INFO] [stdout] 562 | let mut fv1 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:563:23 [INFO] [stdout] | [INFO] [stdout] 563 | let mut fv2 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:570:19 [INFO] [stdout] | [INFO] [stdout] 570 | let xgk : [f64, ..21] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:598:18 [INFO] [stdout] | [INFO] [stdout] 598 | let wg : [f64, ..11] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:613:19 [INFO] [stdout] | [INFO] [stdout] 613 | let wgk : [f64, ..21] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:637:23 [INFO] [stdout] | [INFO] [stdout] 637 | let mut fv1 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:638:23 [INFO] [stdout] | [INFO] [stdout] 638 | let mut fv2 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:645:19 [INFO] [stdout] | [INFO] [stdout] 645 | let xgk : [f64, ..26] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:678:18 [INFO] [stdout] | [INFO] [stdout] 678 | let wg : [f64, ..13] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:695:19 [INFO] [stdout] | [INFO] [stdout] 695 | let wgk : [f64, ..26] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:724:23 [INFO] [stdout] | [INFO] [stdout] 724 | let mut fv1 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:725:23 [INFO] [stdout] | [INFO] [stdout] 725 | let mut fv2 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:733:19 [INFO] [stdout] | [INFO] [stdout] 733 | let xgk : [f64, ..31] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:771:18 [INFO] [stdout] | [INFO] [stdout] 771 | let wg : [f64, ..15] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:790:19 [INFO] [stdout] | [INFO] [stdout] 790 | let wgk : [f64, ..31] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:824:23 [INFO] [stdout] | [INFO] [stdout] 824 | let mut fv1 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:825:23 [INFO] [stdout] | [INFO] [stdout] 825 | let mut fv2 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:848:20 [INFO] [stdout] | [INFO] [stdout] 848 | for j in range(0u, (n - 1) / 2) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:863:20 [INFO] [stdout] | [INFO] [stdout] 863 | for j in range(0u, n / 2) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:879:20 [INFO] [stdout] | [INFO] [stdout] 879 | for j in range(0u, n - 1) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/sort.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | array.swap(0u, n as uint); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/sort.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | p.swap(0u, n as uint); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | let w21b : [f64, ..6] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w21b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:151:19 [INFO] [stdout] | [INFO] [stdout] 151 | let w10 : [f64, ..5] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:159:20 [INFO] [stdout] | [INFO] [stdout] 159 | let w21a : [f64, ..5] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w21a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:167:18 [INFO] [stdout] | [INFO] [stdout] 167 | let x1 : [f64, ..5] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `x1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:175:18 [INFO] [stdout] | [INFO] [stdout] 175 | let x2 : [f64, ..5] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:183:18 [INFO] [stdout] | [INFO] [stdout] 183 | let x3 : [f64, ..11] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `x3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | let x4 : [f64, ..22] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | let w43a : [f64, ..10] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w43a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:235:20 [INFO] [stdout] | [INFO] [stdout] 235 | let w43b : [f64, ..12] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w43b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:250:20 [INFO] [stdout] | [INFO] [stdout] 250 | let w87a : [f64, ..21] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w87a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:274:20 [INFO] [stdout] | [INFO] [stdout] 274 | let w87b : [f64, ..23] = [ [INFO] [stdout] | ---- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `w87b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:304:26 [INFO] [stdout] | [INFO] [stdout] 304 | let mut savfun : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ---------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut savfun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:305:23 [INFO] [stdout] | [INFO] [stdout] 305 | let mut fv1 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:306:23 [INFO] [stdout] | [INFO] [stdout] 306 | let mut fv2 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:307:23 [INFO] [stdout] | [INFO] [stdout] 307 | let mut fv3 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:308:23 [INFO] [stdout] | [INFO] [stdout] 308 | let mut fv4 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:310:20 [INFO] [stdout] | [INFO] [stdout] 310 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:310:24 [INFO] [stdout] | [INFO] [stdout] 310 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:324:20 [INFO] [stdout] | [INFO] [stdout] 324 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:324:24 [INFO] [stdout] | [INFO] [stdout] 324 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:341:20 [INFO] [stdout] | [INFO] [stdout] 341 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:341:24 [INFO] [stdout] | [INFO] [stdout] 341 | for k in range(0u, 5u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:359:20 [INFO] [stdout] | [INFO] [stdout] 359 | for k in range(0u, 10u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:359:24 [INFO] [stdout] | [INFO] [stdout] 359 | for k in range(0u, 10u) { [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:363:20 [INFO] [stdout] | [INFO] [stdout] 363 | for k in range(0u, 11u) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:363:24 [INFO] [stdout] | [INFO] [stdout] 363 | for k in range(0u, 11u) { [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:417:19 [INFO] [stdout] | [INFO] [stdout] 417 | let xgk : [f64, ..8] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:432:18 [INFO] [stdout] | [INFO] [stdout] 432 | let wg : [f64, ..4] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:440:19 [INFO] [stdout] | [INFO] [stdout] 440 | let wgk : [f64, ..8] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:451:23 [INFO] [stdout] | [INFO] [stdout] 451 | let mut fv1 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:452:23 [INFO] [stdout] | [INFO] [stdout] 452 | let mut fv2 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:459:19 [INFO] [stdout] | [INFO] [stdout] 459 | let xgk : [f64, ..11] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:477:18 [INFO] [stdout] | [INFO] [stdout] 477 | let wg : [f64, ..5] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:486:19 [INFO] [stdout] | [INFO] [stdout] 486 | let wgk : [f64, ..11] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:500:23 [INFO] [stdout] | [INFO] [stdout] 500 | let mut fv1 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:501:23 [INFO] [stdout] | [INFO] [stdout] 501 | let mut fv2 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:508:19 [INFO] [stdout] | [INFO] [stdout] 508 | let xgk : [f64, ..16] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:531:18 [INFO] [stdout] | [INFO] [stdout] 531 | let wg : [f64, ..8] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:543:19 [INFO] [stdout] | [INFO] [stdout] 543 | let wgk : [f64, ..16] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:562:23 [INFO] [stdout] | [INFO] [stdout] 562 | let mut fv1 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:563:23 [INFO] [stdout] | [INFO] [stdout] 563 | let mut fv2 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:570:19 [INFO] [stdout] | [INFO] [stdout] 570 | let xgk : [f64, ..21] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:598:18 [INFO] [stdout] | [INFO] [stdout] 598 | let wg : [f64, ..11] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:613:19 [INFO] [stdout] | [INFO] [stdout] 613 | let wgk : [f64, ..21] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:637:23 [INFO] [stdout] | [INFO] [stdout] 637 | let mut fv1 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:638:23 [INFO] [stdout] | [INFO] [stdout] 638 | let mut fv2 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:645:19 [INFO] [stdout] | [INFO] [stdout] 645 | let xgk : [f64, ..26] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:678:18 [INFO] [stdout] | [INFO] [stdout] 678 | let wg : [f64, ..13] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:695:19 [INFO] [stdout] | [INFO] [stdout] 695 | let wgk : [f64, ..26] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:724:23 [INFO] [stdout] | [INFO] [stdout] 724 | let mut fv1 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:725:23 [INFO] [stdout] | [INFO] [stdout] 725 | let mut fv2 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:733:19 [INFO] [stdout] | [INFO] [stdout] 733 | let xgk : [f64, ..31] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `xgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:771:18 [INFO] [stdout] | [INFO] [stdout] 771 | let wg : [f64, ..15] = [ [INFO] [stdout] | -- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:790:19 [INFO] [stdout] | [INFO] [stdout] 790 | let wgk : [f64, ..31] = [ [INFO] [stdout] | --- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `wgk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:824:23 [INFO] [stdout] | [INFO] [stdout] 824 | let mut fv1 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/integration.rs:825:23 [INFO] [stdout] | [INFO] [stdout] 825 | let mut fv2 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ------- - ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `mut fv2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:848:20 [INFO] [stdout] | [INFO] [stdout] 848 | for j in range(0u, (n - 1) / 2) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:863:20 [INFO] [stdout] | [INFO] [stdout] 863 | for j in range(0u, n / 2) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/integration.rs:879:20 [INFO] [stdout] | [INFO] [stdout] 879 | for j in range(0u, n - 1) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/sort.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | array.swap(0u, n as uint); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/sort.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | p.swap(0u, n as uint); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]` [INFO] [stdout] --> src/macros.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![macro_escape] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try an outer attribute: `#[macro_use]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]` [INFO] [stdout] --> src/macros.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![macro_escape] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try an outer attribute: `#[macro_use]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> src/ffi.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::types::common::c95::FILE; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `self::integration::IntegrationWorkspace`, `self::integration::IntegrationQawsTable`, `self::integration::IntegrationQawoTable`, `self::integration::CquadWorkspace`, `self::integration::GLFixedTable` [INFO] [stdout] --> src/types/mod.rs:15:29 [INFO] [stdout] | [INFO] [stdout] 15 | pub use self::integration::{IntegrationWorkspace, IntegrationQawsTable, IntegrationQawoTable, CquadWorkspace, GLFixedTable}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^ no `GLFixedTable` in `types::integration` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | no `CquadWorkspace` in `types::integration` [INFO] [stdout] | | | no `IntegrationQawoTable` in `types::integration` [INFO] [stdout] | | no `IntegrationQawsTable` in `types::integration` [INFO] [stdout] | no `IntegrationWorkspace` in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/chebyshev.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::FloatMath` [INFO] [stdout] --> src/types/chebyshev.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | use std::num::FloatMath; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `FloatMath` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/combination.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/combination.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | use std::fmt::{Formatter, Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/complex.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | use std::fmt::{Formatter,Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/fast_fourier_transforms.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/matrix.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | use std::fmt::{Formatter, Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/matrix_complex.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | use std::fmt::{Formatter,Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Float` [INFO] [stdout] --> src/types/minimizer.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | use std::num::Float; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/monte_carlo.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> src/types/monte_carlo.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/multiset.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stdout] --> src/types/n_tuples.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | use libc::funcs::c95::stdio::{feof, fread}; [INFO] [stdout] | ^^^^^ could not find `funcs` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> src/types/multiset.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use std::io::IoResult; [INFO] [stdout] | ^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/permutation.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | use std::fmt::{Formatter, Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/permutation.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/qrng.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/vector.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | use std::fmt::{Formatter,Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/vector_complex.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | use std::fmt::{Formatter,Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::FloatMath` [INFO] [stdout] --> src/integration.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | use std::num::FloatMath; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `FloatMath` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `desc` in this scope [INFO] [stdout] --> src/rgsl.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | #![desc = "Rust binding for GSL"] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> src/ffi.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::types::common::c95::FILE; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `self::integration::IntegrationWorkspace`, `self::integration::IntegrationQawsTable`, `self::integration::IntegrationQawoTable`, `self::integration::CquadWorkspace`, `self::integration::GLFixedTable` [INFO] [stdout] --> src/types/mod.rs:15:29 [INFO] [stdout] | [INFO] [stdout] 15 | pub use self::integration::{IntegrationWorkspace, IntegrationQawsTable, IntegrationQawoTable, CquadWorkspace, GLFixedTable}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^ no `GLFixedTable` in `types::integration` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | no `CquadWorkspace` in `types::integration` [INFO] [stdout] | | | no `IntegrationQawoTable` in `types::integration` [INFO] [stdout] | | no `IntegrationQawsTable` in `types::integration` [INFO] [stdout] | no `IntegrationWorkspace` in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/chebyshev.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::FloatMath` [INFO] [stdout] --> src/types/chebyshev.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | use std::num::FloatMath; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `FloatMath` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/combination.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/combination.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | use std::fmt::{Formatter, Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/complex.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | use std::fmt::{Formatter,Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/fast_fourier_transforms.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/matrix.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | use std::fmt::{Formatter, Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/matrix_complex.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | use std::fmt::{Formatter,Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Float` [INFO] [stdout] --> src/types/minimizer.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | use std::num::Float; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/monte_carlo.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> src/types/monte_carlo.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/multiset.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stdout] --> src/types/n_tuples.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | use libc::funcs::c95::stdio::{feof, fread}; [INFO] [stdout] | ^^^^^ could not find `funcs` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> src/types/multiset.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use std::io::IoResult; [INFO] [stdout] | ^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/permutation.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | use std::fmt::{Formatter, Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/permutation.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/types/qrng.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | use std::c_vec::CVec; [INFO] [stdout] | ^^^^^ could not find `c_vec` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/vector.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | use std::fmt::{Formatter,Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show` [INFO] [stdout] --> src/types/vector_complex.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | use std::fmt::{Formatter,Show}; [INFO] [stdout] | ^^^^ no `Show` in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::FloatMath` [INFO] [stdout] --> src/integration.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | use std::num::FloatMath; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `FloatMath` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 120 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:140:7 [INFO] [stdout] | [INFO] [stdout] 140 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:150:7 [INFO] [stdout] | [INFO] [stdout] 150 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:161:7 [INFO] [stdout] | [INFO] [stdout] 161 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:175:7 [INFO] [stdout] | [INFO] [stdout] 175 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `desc` in this scope [INFO] [stdout] --> src/rgsl.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | #![desc = "Rust binding for GSL"] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> src/types/minimizer.rs:269:3 [INFO] [stdout] | [INFO] [stdout] 269 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> src/types/n_tuples.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 120 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:140:7 [INFO] [stdout] | [INFO] [stdout] 140 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:150:7 [INFO] [stdout] | [INFO] [stdout] 150 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:161:7 [INFO] [stdout] | [INFO] [stdout] 161 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/enums.rs:175:7 [INFO] [stdout] | [INFO] [stdout] 175 | #[deriving(Clone, PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> src/types/minimizer.rs:269:3 [INFO] [stdout] | [INFO] [stdout] 269 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope [INFO] [stdout] --> src/types/n_tuples.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[unsafe_destructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:39:3 [INFO] [stdout] | [INFO] [stdout] 39 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:39:3 [INFO] [stdout] | [INFO] [stdout] 39 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:48:3 [INFO] [stdout] | [INFO] [stdout] 48 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/cblas.rs:48:3 [INFO] [stdout] | [INFO] [stdout] 48 | #[deriving(PartialEq, PartialOrd, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/interpolation.rs:121:37 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { ::std::string::raw::from_buf(tmp as *const u8) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/interpolation.rs:239:37 [INFO] [stdout] | [INFO] [stdout] 239 | unsafe { ::std::string::raw::from_buf(tmp as *const u8) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/interpolation.rs:121:37 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { ::std::string::raw::from_buf(tmp as *const u8) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/interpolation.rs:239:37 [INFO] [stdout] | [INFO] [stdout] 239 | unsafe { ::std::string::raw::from_buf(tmp as *const u8) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/ordinary_differential_equations.rs:122:42 [INFO] [stdout] | [INFO] [stdout] 122 | unsafe { Some(::std::string::raw::from_buf(tmp as *const u8)) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/ordinary_differential_equations.rs:410:42 [INFO] [stdout] | [INFO] [stdout] 410 | unsafe { Some(::std::string::raw::from_buf(tmp as *const u8)) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/qrng.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | unsafe { Some(::std::string::raw::from_buf(tmp as *const u8)) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/rng.rs:155:26 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe { string::raw::from_buf(ffi::gsl_rng_name(self.r as *const ffi::gsl_rng) as *const u8) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/ordinary_differential_equations.rs:122:42 [INFO] [stdout] | [INFO] [stdout] 122 | unsafe { Some(::std::string::raw::from_buf(tmp as *const u8)) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/ordinary_differential_equations.rs:410:42 [INFO] [stdout] | [INFO] [stdout] 410 | unsafe { Some(::std::string::raw::from_buf(tmp as *const u8)) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/rng.rs:238:37 [INFO] [stdout] | [INFO] [stdout] 238 | unsafe { ::std::string::raw::from_buf((*self.ptr).name as *const u8) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/qrng.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | unsafe { Some(::std::string::raw::from_buf(tmp as *const u8)) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/wavelet_transforms.rs:84:42 [INFO] [stdout] | [INFO] [stdout] 84 | unsafe { Some(::std::string::raw::from_buf(tmp as *const u8)) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/rng.rs:155:26 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe { string::raw::from_buf(ffi::gsl_rng_name(self.r as *const ffi::gsl_rng) as *const u8) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/rng.rs:238:37 [INFO] [stdout] | [INFO] [stdout] 238 | unsafe { ::std::string::raw::from_buf((*self.ptr).name as *const u8) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `string` [INFO] [stdout] --> src/types/wavelet_transforms.rs:84:42 [INFO] [stdout] | [INFO] [stdout] 84 | unsafe { Some(::std::string::raw::from_buf(tmp as *const u8)) } [INFO] [stdout] | ^^^ could not find `raw` in `string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FILE` in this scope [INFO] [stdout] --> src/ffi.rs:3162:20 [INFO] [stdout] | [INFO] [stdout] 3162 | pub file: *mut FILE, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 5 | use libc::FILE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:48:63 [INFO] [stdout] | [INFO] [stdout] 48 | data: CVec::new((*tmp).c, (*tmp).order as uint + 1) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:69:80 [INFO] [stdout] | [INFO] [stdout] 69 | let mut tmp_vec = CVec::new((*self.c).f, (*self.c).order_sp as uint + 1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FILE` in this scope [INFO] [stdout] --> src/ffi.rs:3162:20 [INFO] [stdout] | [INFO] [stdout] 3162 | pub file: *mut FILE, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 5 | use libc::FILE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:48:63 [INFO] [stdout] | [INFO] [stdout] 48 | data: CVec::new((*tmp).c, (*tmp).order as uint + 1) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:69:80 [INFO] [stdout] | [INFO] [stdout] 69 | let mut tmp_vec = CVec::new((*self.c).f, (*self.c).order_sp as uint + 1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:70:26 [INFO] [stdout] | [INFO] [stdout] 70 | for k in range(0, (*self.c).order + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 27 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:72:49 [INFO] [stdout] | [INFO] [stdout] 72 | tmp_vec.as_mut_slice()[k as uint] = func(y * bma + bpa, param); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | for j in range(0, (*self.c).order + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 27 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:78:30 [INFO] [stdout] | [INFO] [stdout] 78 | for k in range(0, (*self.c).order + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 27 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:79:56 [INFO] [stdout] | [INFO] [stdout] 79 | sum += tmp_vec.as_slice()[k as uint] * (PI * j as f64 * (k as f64 + 0.5) / ((*self.c).order as f64 + 1f64)).cos(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:81:51 [INFO] [stdout] | [INFO] [stdout] 81 | self.data.as_mut_slice()[j as uint] = fac * sum; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:155:55 [INFO] [stdout] | [INFO] [stdout] 155 | data: CVec::new((*c).c, (*c).order as uint + 1) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/combination.rs:44:66 [INFO] [stdout] | [INFO] [stdout] 44 | data: CVec::new((*tmp).data, (*tmp).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:70:26 [INFO] [stdout] | [INFO] [stdout] 70 | for k in range(0, (*self.c).order + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 27 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:72:49 [INFO] [stdout] | [INFO] [stdout] 72 | tmp_vec.as_mut_slice()[k as uint] = func(y * bma + bpa, param); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | for j in range(0, (*self.c).order + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 27 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:78:30 [INFO] [stdout] | [INFO] [stdout] 78 | for k in range(0, (*self.c).order + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 27 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:79:56 [INFO] [stdout] | [INFO] [stdout] 79 | sum += tmp_vec.as_slice()[k as uint] * (PI * j as f64 * (k as f64 + 0.5) / ((*self.c).order as f64 + 1f64)).cos(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:81:51 [INFO] [stdout] | [INFO] [stdout] 81 | self.data.as_mut_slice()[j as uint] = fac * sum; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/chebyshev.rs:155:55 [INFO] [stdout] | [INFO] [stdout] 155 | data: CVec::new((*c).c, (*c).order as uint + 1) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/combination.rs:44:66 [INFO] [stdout] | [INFO] [stdout] 44 | data: CVec::new((*tmp).data, (*tmp).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/combination.rs:68:66 [INFO] [stdout] | [INFO] [stdout] 68 | data: CVec::new((*tmp).data, (*tmp).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/combination.rs:68:66 [INFO] [stdout] | [INFO] [stdout] 68 | data: CVec::new((*tmp).data, (*tmp).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/combination.rs:153:54 [INFO] [stdout] | [INFO] [stdout] 153 | data: CVec::new((*c).data, (*c).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/combination.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | for tmp in range(0, self.data.len()) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 19 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Writer` in this scope [INFO] [stdout] --> src/types/histograms.rs:250:38 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn print(&self, stream: &mut Writer/*, range_format: &str, bin_format: &str*/) -> enums::value::Value { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/combination.rs:153:54 [INFO] [stdout] | [INFO] [stdout] 153 | data: CVec::new((*c).data, (*c).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/combination.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | for tmp in range(0, self.data.len()) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 19 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Writer` in this scope [INFO] [stdout] --> src/types/histograms.rs:250:38 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn print(&self, stream: &mut Writer/*, range_format: &str, bin_format: &str*/) -> enums::value::Value { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/histograms.rs:252:36 [INFO] [stdout] | [INFO] [stdout] 252 | let n = (*self.h).n as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/histograms.rs:252:36 [INFO] [stdout] | [INFO] [stdout] 252 | let n = (*self.h).n as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/histograms.rs:254:22 [INFO] [stdout] | [INFO] [stdout] 254 | for i in range(0i, n) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 27 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/histograms.rs:254:22 [INFO] [stdout] | [INFO] [stdout] 254 | for i in range(0i, n) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 27 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix.rs:497:22 [INFO] [stdout] | [INFO] [stdout] 497 | for y in range(0u64, (*self.mat).size1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 53 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix.rs:499:26 [INFO] [stdout] | [INFO] [stdout] 499 | for x in range(0u64, (*self.mat).size2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 53 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix.rs:497:22 [INFO] [stdout] | [INFO] [stdout] 497 | for y in range(0u64, (*self.mat).size1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 53 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix.rs:828:22 [INFO] [stdout] | [INFO] [stdout] 828 | for y in range(0u64, (*self.mat).size1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 53 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix.rs:830:26 [INFO] [stdout] | [INFO] [stdout] 830 | for x in range(0u64, (*self.mat).size2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 53 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix.rs:499:26 [INFO] [stdout] | [INFO] [stdout] 499 | for x in range(0u64, (*self.mat).size2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 53 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix_complex.rs:258:22 [INFO] [stdout] | [INFO] [stdout] 258 | for y in range(0u64, (*self.mat).size1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix.rs:828:22 [INFO] [stdout] | [INFO] [stdout] 828 | for y in range(0u64, (*self.mat).size1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 53 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix.rs:830:26 [INFO] [stdout] | [INFO] [stdout] 830 | for x in range(0u64, (*self.mat).size2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 53 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix_complex.rs:260:26 [INFO] [stdout] | [INFO] [stdout] 260 | for x in range(0u64, (*self.mat).size2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix_complex.rs:535:22 [INFO] [stdout] | [INFO] [stdout] 535 | for y in range(0u64, (*self.mat).size1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix_complex.rs:258:22 [INFO] [stdout] | [INFO] [stdout] 258 | for y in range(0u64, (*self.mat).size1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix_complex.rs:537:26 [INFO] [stdout] | [INFO] [stdout] 537 | for x in range(0u64, (*self.mat).size2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix_complex.rs:260:26 [INFO] [stdout] | [INFO] [stdout] 260 | for x in range(0u64, (*self.mat).size2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix_complex.rs:535:22 [INFO] [stdout] | [INFO] [stdout] 535 | for y in range(0u64, (*self.mat).size1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/matrix_complex.rs:537:26 [INFO] [stdout] | [INFO] [stdout] 537 | for x in range(0u64, (*self.mat).size2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:154:40 [INFO] [stdout] | [INFO] [stdout] 154 | let dim = (*self.s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | for i in range(0u, dim as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:162:39 [INFO] [stdout] | [INFO] [stdout] 162 | for i in range(0u, dim as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:154:40 [INFO] [stdout] | [INFO] [stdout] 154 | let dim = (*self.s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:175:22 [INFO] [stdout] | [INFO] [stdout] 175 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | for i in range(0u, dim as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:162:39 [INFO] [stdout] | [INFO] [stdout] 162 | for i in range(0u, dim as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:175:22 [INFO] [stdout] | [INFO] [stdout] 175 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:179:41 [INFO] [stdout] | [INFO] [stdout] 179 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:181:26 [INFO] [stdout] | [INFO] [stdout] 181 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:179:41 [INFO] [stdout] | [INFO] [stdout] 179 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:181:26 [INFO] [stdout] | [INFO] [stdout] 181 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:264:40 [INFO] [stdout] | [INFO] [stdout] 264 | let dim = (*self.s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:264:40 [INFO] [stdout] | [INFO] [stdout] 264 | let dim = (*self.s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:290:22 [INFO] [stdout] | [INFO] [stdout] 290 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:307:22 [INFO] [stdout] | [INFO] [stdout] 307 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:290:22 [INFO] [stdout] | [INFO] [stdout] 290 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:319:26 [INFO] [stdout] | [INFO] [stdout] 319 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:307:22 [INFO] [stdout] | [INFO] [stdout] 307 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:319:45 [INFO] [stdout] | [INFO] [stdout] 319 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:319:26 [INFO] [stdout] | [INFO] [stdout] 319 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:319:45 [INFO] [stdout] | [INFO] [stdout] 319 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:321:30 [INFO] [stdout] | [INFO] [stdout] 321 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:321:30 [INFO] [stdout] | [INFO] [stdout] 321 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:354:22 [INFO] [stdout] | [INFO] [stdout] 354 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:354:22 [INFO] [stdout] | [INFO] [stdout] 354 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:379:26 [INFO] [stdout] | [INFO] [stdout] 379 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:409:57 [INFO] [stdout] | [INFO] [stdout] 409 | i_bisect = r.uniform_int(dim as u64) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:508:37 [INFO] [stdout] | [INFO] [stdout] 508 | let dim = (*state.s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:528:18 [INFO] [stdout] | [INFO] [stdout] 528 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:540:18 [INFO] [stdout] | [INFO] [stdout] 540 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:540:37 [INFO] [stdout] | [INFO] [stdout] 540 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:544:22 [INFO] [stdout] | [INFO] [stdout] 544 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:379:26 [INFO] [stdout] | [INFO] [stdout] 379 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:569:22 [INFO] [stdout] | [INFO] [stdout] 569 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:582:18 [INFO] [stdout] | [INFO] [stdout] 582 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:409:57 [INFO] [stdout] | [INFO] [stdout] 409 | i_bisect = r.uniform_int(dim as u64) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:508:37 [INFO] [stdout] | [INFO] [stdout] 508 | let dim = (*state.s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:528:18 [INFO] [stdout] | [INFO] [stdout] 528 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:540:18 [INFO] [stdout] | [INFO] [stdout] 540 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:540:37 [INFO] [stdout] | [INFO] [stdout] 540 | for n in range(0u, calls as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:683:40 [INFO] [stdout] | [INFO] [stdout] 683 | let dim = (*self.s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:689:22 [INFO] [stdout] | [INFO] [stdout] 689 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:544:22 [INFO] [stdout] | [INFO] [stdout] 544 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:756:49 [INFO] [stdout] | [INFO] [stdout] 756 | resize_grid(self.s, bins as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:569:22 [INFO] [stdout] | [INFO] [stdout] 569 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:775:23 [INFO] [stdout] | [INFO] [stdout] 775 | for it in range(0u, (*self.s).iterations as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:582:18 [INFO] [stdout] | [INFO] [stdout] 582 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:683:40 [INFO] [stdout] | [INFO] [stdout] 683 | let dim = (*self.s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:689:22 [INFO] [stdout] | [INFO] [stdout] 689 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:775:57 [INFO] [stdout] | [INFO] [stdout] 775 | for it in range(0u, (*self.s).iterations as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:795:30 [INFO] [stdout] | [INFO] [stdout] 795 | for k in range(0u, calls_per_box as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:795:57 [INFO] [stdout] | [INFO] [stdout] 795 | for k in range(0u, calls_per_box as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:980:14 [INFO] [stdout] | [INFO] [stdout] 980 | for j in range(0u, xl.len()) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:986:30 [INFO] [stdout] | [INFO] [stdout] 986 | *(*s).xi.offset(j as int) = 0f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:987:37 [INFO] [stdout] | [INFO] [stdout] 987 | *(*s).xi.offset((*s).dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:987:48 [INFO] [stdout] | [INFO] [stdout] 987 | *(*s).xi.offset((*s).dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:756:49 [INFO] [stdout] | [INFO] [stdout] 756 | resize_grid(self.s, bins as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:775:23 [INFO] [stdout] | [INFO] [stdout] 775 | for it in range(0u, (*self.s).iterations as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:775:57 [INFO] [stdout] | [INFO] [stdout] 775 | for it in range(0u, (*self.s).iterations as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:795:30 [INFO] [stdout] | [INFO] [stdout] 795 | for k in range(0u, calls_per_box as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:795:57 [INFO] [stdout] | [INFO] [stdout] 795 | for k in range(0u, calls_per_box as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:980:14 [INFO] [stdout] | [INFO] [stdout] 980 | for j in range(0u, xl.len()) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:986:30 [INFO] [stdout] | [INFO] [stdout] 986 | *(*s).xi.offset(j as int) = 0f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:987:37 [INFO] [stdout] | [INFO] [stdout] 987 | *(*s).xi.offset((*s).dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:987:48 [INFO] [stdout] | [INFO] [stdout] 987 | *(*s).xi.offset((*s).dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:994:27 [INFO] [stdout] | [INFO] [stdout] 994 | let dim = (*s).dim as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:994:27 [INFO] [stdout] | [INFO] [stdout] 994 | let dim = (*s).dim as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:995:29 [INFO] [stdout] | [INFO] [stdout] 995 | let bins = (*s).bins as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:995:29 [INFO] [stdout] | [INFO] [stdout] 995 | let bins = (*s).bins as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:997:14 [INFO] [stdout] | [INFO] [stdout] 997 | for i in range(0i, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:997:14 [INFO] [stdout] | [INFO] [stdout] 997 | for i in range(0i, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:998:18 [INFO] [stdout] | [INFO] [stdout] 998 | for j in range(0i, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1005:27 [INFO] [stdout] | [INFO] [stdout] 1005 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:998:18 [INFO] [stdout] | [INFO] [stdout] 998 | for j in range(0i, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1005:27 [INFO] [stdout] | [INFO] [stdout] 1005 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1007:14 [INFO] [stdout] | [INFO] [stdout] 1007 | for j in range(0i, dim as int) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1007:14 [INFO] [stdout] | [INFO] [stdout] 1007 | for j in range(0i, dim as int) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1007:31 [INFO] [stdout] | [INFO] [stdout] 1007 | for j in range(0i, dim as int) { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1007:31 [INFO] [stdout] | [INFO] [stdout] 1007 | for j in range(0i, dim as int) { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1008:26 [INFO] [stdout] | [INFO] [stdout] 1008 | let i = bin[j as uint] as int; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1008:35 [INFO] [stdout] | [INFO] [stdout] 1008 | let i = bin[j as uint] as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1010:35 [INFO] [stdout] | [INFO] [stdout] 1010 | *(*s).d.offset(i * dim as int + j) += y; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1008:26 [INFO] [stdout] | [INFO] [stdout] 1008 | let i = bin[j as uint] as int; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1024:27 [INFO] [stdout] | [INFO] [stdout] 1024 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1008:35 [INFO] [stdout] | [INFO] [stdout] 1008 | let i = bin[j as uint] as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1025:29 [INFO] [stdout] | [INFO] [stdout] 1025 | let bins = (*s).bins as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1010:35 [INFO] [stdout] | [INFO] [stdout] 1010 | *(*s).d.offset(i * dim as int + j) += y; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1024:27 [INFO] [stdout] | [INFO] [stdout] 1024 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1025:29 [INFO] [stdout] | [INFO] [stdout] 1025 | let bins = (*s).bins as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1026:31 [INFO] [stdout] | [INFO] [stdout] 1026 | let boxes = (*s).boxes as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1030:14 [INFO] [stdout] | [INFO] [stdout] 1030 | for j in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1035:22 [INFO] [stdout] | [INFO] [stdout] 1035 | let k = z as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1043:48 [INFO] [stdout] | [INFO] [stdout] 1043 | bin_width = *(*s).xi.offset(dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1026:31 [INFO] [stdout] | [INFO] [stdout] 1026 | let boxes = (*s).boxes as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1030:14 [INFO] [stdout] | [INFO] [stdout] 1030 | for j in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1035:22 [INFO] [stdout] | [INFO] [stdout] 1035 | let k = z as int; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1043:48 [INFO] [stdout] | [INFO] [stdout] 1043 | bin_width = *(*s).xi.offset(dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1043:59 [INFO] [stdout] | [INFO] [stdout] 1043 | bin_width = *(*s).xi.offset(dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1043:59 [INFO] [stdout] | [INFO] [stdout] 1043 | bin_width = *(*s).xi.offset(dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1047:63 [INFO] [stdout] | [INFO] [stdout] 1047 | bin_width = *(*s).xi.offset((k + 1) * (*s).dim as int + j as int) - *(*s).xi.offset(k * (*s).dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1047:63 [INFO] [stdout] | [INFO] [stdout] 1047 | bin_width = *(*s).xi.offset((k + 1) * (*s).dim as int + j as int) - *(*s).xi.offset(k * (*s).dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1047:74 [INFO] [stdout] | [INFO] [stdout] 1047 | bin_width = *(*s).xi.offset((k + 1) * (*s).dim as int + j as int) - *(*s).xi.offset(k * (*s).dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1047:74 [INFO] [stdout] | [INFO] [stdout] 1047 | bin_width = *(*s).xi.offset((k + 1) * (*s).dim as int + j as int) - *(*s).xi.offset(k * (*s).dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1047:113 [INFO] [stdout] | [INFO] [stdout] 1047 | bin_width = *(*s).xi.offset((k + 1) * (*s).dim as int + j as int) - *(*s).xi.offset(k * (*s).dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1047:124 [INFO] [stdout] | [INFO] [stdout] 1047 | bin_width = *(*s).xi.offset((k + 1) * (*s).dim as int + j as int) - *(*s).xi.offset(k * (*s).dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1048:38 [INFO] [stdout] | [INFO] [stdout] 1048 | y = *(*s).xi.offset(k as int * (*s).dim as int + j as int) + (z - k as f64) * bin_width; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1048:56 [INFO] [stdout] | [INFO] [stdout] 1048 | y = *(*s).xi.offset(k as int * (*s).dim as int + j as int) + (z - k as f64) * bin_width; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1047:113 [INFO] [stdout] | [INFO] [stdout] 1047 | bin_width = *(*s).xi.offset((k + 1) * (*s).dim as int + j as int) - *(*s).xi.offset(k * (*s).dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1048:67 [INFO] [stdout] | [INFO] [stdout] 1048 | y = *(*s).xi.offset(k as int * (*s).dim as int + j as int) + (z - k as f64) * bin_width; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1059:65 [INFO] [stdout] | [INFO] [stdout] 1059 | unsafe fn resize_grid(s: *mut ffi::gsl_monte_vegas_state, bins: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1060:27 [INFO] [stdout] | [INFO] [stdout] 1060 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1065:14 [INFO] [stdout] | [INFO] [stdout] 1065 | for j in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1070:18 [INFO] [stdout] | [INFO] [stdout] 1070 | for k in range(1u, (*s).bins as uint + 1u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1047:124 [INFO] [stdout] | [INFO] [stdout] 1047 | bin_width = *(*s).xi.offset((k + 1) * (*s).dim as int + j as int) - *(*s).xi.offset(k * (*s).dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1048:38 [INFO] [stdout] | [INFO] [stdout] 1048 | y = *(*s).xi.offset(k as int * (*s).dim as int + j as int) + (z - k as f64) * bin_width; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1048:56 [INFO] [stdout] | [INFO] [stdout] 1048 | y = *(*s).xi.offset(k as int * (*s).dim as int + j as int) + (z - k as f64) * bin_width; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1048:67 [INFO] [stdout] | [INFO] [stdout] 1048 | y = *(*s).xi.offset(k as int * (*s).dim as int + j as int) + (z - k as f64) * bin_width; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1070:41 [INFO] [stdout] | [INFO] [stdout] 1070 | for k in range(1u, (*s).bins as uint + 1u) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1059:65 [INFO] [stdout] | [INFO] [stdout] 1059 | unsafe fn resize_grid(s: *mut ffi::gsl_monte_vegas_state, bins: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1073:41 [INFO] [stdout] | [INFO] [stdout] 1073 | xnew = *(*s).xi.offset(k as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1073:54 [INFO] [stdout] | [INFO] [stdout] 1073 | xnew = *(*s).xi.offset(k as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1073:65 [INFO] [stdout] | [INFO] [stdout] 1073 | xnew = *(*s).xi.offset(k as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1060:27 [INFO] [stdout] | [INFO] [stdout] 1060 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1065:14 [INFO] [stdout] | [INFO] [stdout] 1065 | for j in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1077:39 [INFO] [stdout] | [INFO] [stdout] 1077 | *(*s).xin.offset(i as int) = xnew - (xnew - xold) * dw; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1070:18 [INFO] [stdout] | [INFO] [stdout] 1070 | for k in range(1u, (*s).bins as uint + 1u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1070:41 [INFO] [stdout] | [INFO] [stdout] 1070 | for k in range(1u, (*s).bins as uint + 1u) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1082:18 [INFO] [stdout] | [INFO] [stdout] 1082 | for k in range(1u, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1073:41 [INFO] [stdout] | [INFO] [stdout] 1073 | xnew = *(*s).xi.offset(k as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1083:34 [INFO] [stdout] | [INFO] [stdout] 1083 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1073:54 [INFO] [stdout] | [INFO] [stdout] 1073 | xnew = *(*s).xi.offset(k as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1083:47 [INFO] [stdout] | [INFO] [stdout] 1083 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1073:65 [INFO] [stdout] | [INFO] [stdout] 1073 | xnew = *(*s).xi.offset(k as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1083:58 [INFO] [stdout] | [INFO] [stdout] 1083 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1077:39 [INFO] [stdout] | [INFO] [stdout] 1077 | *(*s).xin.offset(i as int) = xnew - (xnew - xold) * dw; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1082:18 [INFO] [stdout] | [INFO] [stdout] 1082 | for k in range(1u, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1083:34 [INFO] [stdout] | [INFO] [stdout] 1083 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1083:47 [INFO] [stdout] | [INFO] [stdout] 1083 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1083:87 [INFO] [stdout] | [INFO] [stdout] 1083 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1083:58 [INFO] [stdout] | [INFO] [stdout] 1083 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1086:33 [INFO] [stdout] | [INFO] [stdout] 1086 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1086:46 [INFO] [stdout] | [INFO] [stdout] 1086 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1086:57 [INFO] [stdout] | [INFO] [stdout] 1086 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1093:27 [INFO] [stdout] | [INFO] [stdout] 1093 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1094:29 [INFO] [stdout] | [INFO] [stdout] 1094 | let bins = (*s).bins as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1096:14 [INFO] [stdout] | [INFO] [stdout] 1096 | for j in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1100:44 [INFO] [stdout] | [INFO] [stdout] 1100 | let mut oldg = *(*s).d.offset(j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1101:46 [INFO] [stdout] | [INFO] [stdout] 1101 | let mut newg = *(*s).d.offset(dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1083:87 [INFO] [stdout] | [INFO] [stdout] 1083 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1101:57 [INFO] [stdout] | [INFO] [stdout] 1101 | let mut newg = *(*s).d.offset(dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1086:33 [INFO] [stdout] | [INFO] [stdout] 1086 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1103:29 [INFO] [stdout] | [INFO] [stdout] 1103 | *(*s).d.offset(j as int) = (oldg + newg) / 2f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1104:51 [INFO] [stdout] | [INFO] [stdout] 1104 | let mut grid_tot_j = *(*s).xi.offset(j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1108:18 [INFO] [stdout] | [INFO] [stdout] 1108 | for i in range(1u, bins - 1u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1086:46 [INFO] [stdout] | [INFO] [stdout] 1086 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1086:57 [INFO] [stdout] | [INFO] [stdout] 1086 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1112:41 [INFO] [stdout] | [INFO] [stdout] 1112 | newg = *(*s).d.offset((i as int + 1) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1093:27 [INFO] [stdout] | [INFO] [stdout] 1093 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1112:59 [INFO] [stdout] | [INFO] [stdout] 1112 | newg = *(*s).d.offset((i as int + 1) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1094:29 [INFO] [stdout] | [INFO] [stdout] 1094 | let bins = (*s).bins as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1112:70 [INFO] [stdout] | [INFO] [stdout] 1112 | newg = *(*s).d.offset((i as int + 1) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1096:14 [INFO] [stdout] | [INFO] [stdout] 1096 | for j in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1100:44 [INFO] [stdout] | [INFO] [stdout] 1100 | let mut oldg = *(*s).d.offset(j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1101:46 [INFO] [stdout] | [INFO] [stdout] 1101 | let mut newg = *(*s).d.offset(dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1113:33 [INFO] [stdout] | [INFO] [stdout] 1113 | *(*s).d.offset(i as int * dim as int + j as int) = (rc + newg) / 3f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1113:46 [INFO] [stdout] | [INFO] [stdout] 1113 | *(*s).d.offset(i as int * dim as int + j as int) = (rc + newg) / 3f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1113:57 [INFO] [stdout] | [INFO] [stdout] 1113 | *(*s).d.offset(i as int * dim as int + j as int) = (rc + newg) / 3f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1114:47 [INFO] [stdout] | [INFO] [stdout] 1114 | grid_tot_j += *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1101:57 [INFO] [stdout] | [INFO] [stdout] 1101 | let mut newg = *(*s).d.offset(dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1103:29 [INFO] [stdout] | [INFO] [stdout] 1103 | *(*s).d.offset(j as int) = (oldg + newg) / 2f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1104:51 [INFO] [stdout] | [INFO] [stdout] 1104 | let mut grid_tot_j = *(*s).xi.offset(j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1108:18 [INFO] [stdout] | [INFO] [stdout] 1108 | for i in range(1u, bins - 1u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1112:41 [INFO] [stdout] | [INFO] [stdout] 1112 | newg = *(*s).d.offset((i as int + 1) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1112:59 [INFO] [stdout] | [INFO] [stdout] 1112 | newg = *(*s).d.offset((i as int + 1) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1114:60 [INFO] [stdout] | [INFO] [stdout] 1114 | grid_tot_j += *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1114:71 [INFO] [stdout] | [INFO] [stdout] 1114 | grid_tot_j += *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1116:33 [INFO] [stdout] | [INFO] [stdout] 1116 | *(*s).d.offset((bins as int - 1i) * dim as int + j as int) = (newg + oldg) / 2f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1116:52 [INFO] [stdout] | [INFO] [stdout] 1116 | *(*s).d.offset((bins as int - 1i) * dim as int + j as int) = (newg + oldg) / 2f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1116:63 [INFO] [stdout] | [INFO] [stdout] 1116 | *(*s).d.offset((bins as int - 1i) * dim as int + j as int) = (newg + oldg) / 2f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1112:70 [INFO] [stdout] | [INFO] [stdout] 1112 | newg = *(*s).d.offset((i as int + 1) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1118:47 [INFO] [stdout] | [INFO] [stdout] 1118 | grid_tot_j += *(*s).d.offset((bins as int - 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1113:33 [INFO] [stdout] | [INFO] [stdout] 1113 | *(*s).d.offset(i as int * dim as int + j as int) = (rc + newg) / 3f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1113:46 [INFO] [stdout] | [INFO] [stdout] 1113 | *(*s).d.offset(i as int * dim as int + j as int) = (rc + newg) / 3f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1118:66 [INFO] [stdout] | [INFO] [stdout] 1118 | grid_tot_j += *(*s).d.offset((bins as int - 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1118:77 [INFO] [stdout] | [INFO] [stdout] 1118 | grid_tot_j += *(*s).d.offset((bins as int - 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1122:18 [INFO] [stdout] | [INFO] [stdout] 1122 | for i in range(0u, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1125:36 [INFO] [stdout] | [INFO] [stdout] 1125 | if *(*s).d.offset(i as int * dim as int + j as int) > 0f64 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1113:57 [INFO] [stdout] | [INFO] [stdout] 1113 | *(*s).d.offset(i as int * dim as int + j as int) = (rc + newg) / 3f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1125:49 [INFO] [stdout] | [INFO] [stdout] 1125 | if *(*s).d.offset(i as int * dim as int + j as int) > 0f64 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1125:60 [INFO] [stdout] | [INFO] [stdout] 1125 | if *(*s).d.offset(i as int * dim as int + j as int) > 0f64 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1126:57 [INFO] [stdout] | [INFO] [stdout] 1126 | oldg = grid_tot_j / *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1114:47 [INFO] [stdout] | [INFO] [stdout] 1114 | grid_tot_j += *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1126:70 [INFO] [stdout] | [INFO] [stdout] 1126 | oldg = grid_tot_j / *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1114:60 [INFO] [stdout] | [INFO] [stdout] 1114 | grid_tot_j += *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1126:81 [INFO] [stdout] | [INFO] [stdout] 1126 | oldg = grid_tot_j / *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1114:71 [INFO] [stdout] | [INFO] [stdout] 1114 | grid_tot_j += *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1145:22 [INFO] [stdout] | [INFO] [stdout] 1145 | for k in range(0u, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1116:33 [INFO] [stdout] | [INFO] [stdout] 1116 | *(*s).d.offset((bins as int - 1i) * dim as int + j as int) = (newg + oldg) / 2f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1148:46 [INFO] [stdout] | [INFO] [stdout] 1148 | xnew = *(*s).xi.offset((k as int + 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1116:52 [INFO] [stdout] | [INFO] [stdout] 1116 | *(*s).d.offset((bins as int - 1i) * dim as int + j as int) = (newg + oldg) / 2f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1148:65 [INFO] [stdout] | [INFO] [stdout] 1148 | xnew = *(*s).xi.offset((k as int + 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1148:76 [INFO] [stdout] | [INFO] [stdout] 1148 | xnew = *(*s).xi.offset((k as int + 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1116:63 [INFO] [stdout] | [INFO] [stdout] 1116 | *(*s).d.offset((bins as int - 1i) * dim as int + j as int) = (newg + oldg) / 2f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1152:43 [INFO] [stdout] | [INFO] [stdout] 1152 | *(*s).xin.offset(i as int) = xnew - (xnew - xold) * dw / weight[k]; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1118:47 [INFO] [stdout] | [INFO] [stdout] 1118 | grid_tot_j += *(*s).d.offset((bins as int - 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1118:66 [INFO] [stdout] | [INFO] [stdout] 1118 | grid_tot_j += *(*s).d.offset((bins as int - 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1157:22 [INFO] [stdout] | [INFO] [stdout] 1157 | for k in range(1u, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1118:77 [INFO] [stdout] | [INFO] [stdout] 1118 | grid_tot_j += *(*s).d.offset((bins as int - 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1158:38 [INFO] [stdout] | [INFO] [stdout] 1158 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1158:51 [INFO] [stdout] | [INFO] [stdout] 1158 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1158:62 [INFO] [stdout] | [INFO] [stdout] 1158 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1158:91 [INFO] [stdout] | [INFO] [stdout] 1158 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1161:37 [INFO] [stdout] | [INFO] [stdout] 1161 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1161:50 [INFO] [stdout] | [INFO] [stdout] 1161 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1122:18 [INFO] [stdout] | [INFO] [stdout] 1122 | for i in range(0u, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1125:36 [INFO] [stdout] | [INFO] [stdout] 1125 | if *(*s).d.offset(i as int * dim as int + j as int) > 0f64 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1161:61 [INFO] [stdout] | [INFO] [stdout] 1161 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1269:27 [INFO] [stdout] | [INFO] [stdout] 1269 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1271:14 [INFO] [stdout] | [INFO] [stdout] 1271 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1125:49 [INFO] [stdout] | [INFO] [stdout] 1125 | if *(*s).d.offset(i as int * dim as int + j as int) > 0f64 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1125:60 [INFO] [stdout] | [INFO] [stdout] 1125 | if *(*s).d.offset(i as int * dim as int + j as int) > 0f64 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1280:29 [INFO] [stdout] | [INFO] [stdout] 1280 | let mut j = (*s).dim as int - 1; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1284:19 [INFO] [stdout] | [INFO] [stdout] 1284 | box_[j as uint] = (box_[j as uint] + 1) % ng as i32; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1126:57 [INFO] [stdout] | [INFO] [stdout] 1126 | oldg = grid_tot_j / *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1284:38 [INFO] [stdout] | [INFO] [stdout] 1284 | box_[j as uint] = (box_[j as uint] + 1) % ng as i32; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1126:70 [INFO] [stdout] | [INFO] [stdout] 1126 | oldg = grid_tot_j / *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1126:81 [INFO] [stdout] | [INFO] [stdout] 1126 | oldg = grid_tot_j / *(*s).d.offset(i as int * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1286:22 [INFO] [stdout] | [INFO] [stdout] 1286 | if box_[j as uint] != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1145:22 [INFO] [stdout] | [INFO] [stdout] 1145 | for k in range(0u, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/multiset.rs:44:66 [INFO] [stdout] | [INFO] [stdout] 44 | data: CVec::new((*tmp).data, (*tmp).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/multiset.rs:69:66 [INFO] [stdout] | [INFO] [stdout] 69 | data: CVec::new((*tmp).data, (*tmp).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1148:46 [INFO] [stdout] | [INFO] [stdout] 1148 | xnew = *(*s).xi.offset((k as int + 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1148:65 [INFO] [stdout] | [INFO] [stdout] 1148 | xnew = *(*s).xi.offset((k as int + 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Writer` in this scope [INFO] [stdout] --> src/types/multiset.rs:131:38 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn print(&self, writer: &mut Writer) -> IoResult<()> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/multiset.rs:161:58 [INFO] [stdout] | [INFO] [stdout] 161 | data: CVec::new((*c).data, (*c).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `fread` in this scope [INFO] [stdout] --> src/types/n_tuples.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | let nread = fread((*self.n).ntuple_data, (*self.n).size, 1, (*self.n).file); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 31 | use libc::fread; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1148:76 [INFO] [stdout] | [INFO] [stdout] 1148 | xnew = *(*s).xi.offset((k as int + 1i) * dim as int + j as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1152:43 [INFO] [stdout] | [INFO] [stdout] 1152 | *(*s).xin.offset(i as int) = xnew - (xnew - xold) * dw / weight[k]; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `feof` in this scope [INFO] [stdout] --> src/types/n_tuples.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 99 | if nread == 0 && feof((*self.n).file) != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 31 | use libc::feof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1157:22 [INFO] [stdout] | [INFO] [stdout] 1157 | for k in range(1u, bins) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/permutation.rs:55:62 [INFO] [stdout] | [INFO] [stdout] 55 | d: CVec::new((*tmp).data, (*tmp).size as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1158:38 [INFO] [stdout] | [INFO] [stdout] 1158 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1158:51 [INFO] [stdout] | [INFO] [stdout] 1158 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1158:62 [INFO] [stdout] | [INFO] [stdout] 1158 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1158:91 [INFO] [stdout] | [INFO] [stdout] 1158 | *(*s).xi.offset(k as int * dim as int + j as int) = *(*s).xin.offset(k as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1161:37 [INFO] [stdout] | [INFO] [stdout] 1161 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1161:50 [INFO] [stdout] | [INFO] [stdout] 1161 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/permutation.rs:72:62 [INFO] [stdout] | [INFO] [stdout] 72 | d: CVec::new((*tmp).data, (*tmp).size as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1161:61 [INFO] [stdout] | [INFO] [stdout] 1161 | *(*s).xi.offset(bins as int * dim as int + j as int) = 1f64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1269:27 [INFO] [stdout] | [INFO] [stdout] 1269 | let dim = (*s).dim as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/permutation.rs:209:54 [INFO] [stdout] | [INFO] [stdout] 209 | d: CVec::new((*p).data, (*p).size as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/permutation.rs:224:22 [INFO] [stdout] | [INFO] [stdout] 224 | for x in range(0u64, (*self.p).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1271:14 [INFO] [stdout] | [INFO] [stdout] 1271 | for i in range(0u, dim) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 113 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1280:29 [INFO] [stdout] | [INFO] [stdout] 1280 | let mut j = (*s).dim as int - 1; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1284:19 [INFO] [stdout] | [INFO] [stdout] 1284 | box_[j as uint] = (box_[j as uint] + 1) % ng as i32; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1284:38 [INFO] [stdout] | [INFO] [stdout] 1284 | box_[j as uint] = (box_[j as uint] + 1) % ng as i32; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/monte_carlo.rs:1286:22 [INFO] [stdout] | [INFO] [stdout] 1286 | if box_[j as uint] != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/multiset.rs:44:66 [INFO] [stdout] | [INFO] [stdout] 44 | data: CVec::new((*tmp).data, (*tmp).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/multiset.rs:69:66 [INFO] [stdout] | [INFO] [stdout] 69 | data: CVec::new((*tmp).data, (*tmp).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Writer` in this scope [INFO] [stdout] --> src/types/multiset.rs:131:38 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn print(&self, writer: &mut Writer) -> IoResult<()> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/permutation.rs:225:54 [INFO] [stdout] | [INFO] [stdout] 225 | let tmp = (*self.p).data.offset(x as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/multiset.rs:161:58 [INFO] [stdout] | [INFO] [stdout] 161 | data: CVec::new((*c).data, (*c).k as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `fread` in this scope [INFO] [stdout] --> src/types/n_tuples.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | let nread = fread((*self.n).ntuple_data, (*self.n).size, 1, (*self.n).file); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 31 | use libc::fread; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/qrng.rs:80:75 [INFO] [stdout] | [INFO] [stdout] 80 | self.data = unsafe { CVec::new(tmp as *mut i8, self.size() as uint) }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `feof` in this scope [INFO] [stdout] --> src/types/n_tuples.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 99 | if nread == 0 && feof((*self.n).file) != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 31 | use libc::feof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/vector.rs:409:22 [INFO] [stdout] | [INFO] [stdout] 409 | for x in range(0u64, (*self.vec).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 33 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/vector.rs:692:22 [INFO] [stdout] | [INFO] [stdout] 692 | for x in range(0u64, (*self.vec).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 33 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/permutation.rs:55:62 [INFO] [stdout] | [INFO] [stdout] 55 | d: CVec::new((*tmp).data, (*tmp).size as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/permutation.rs:72:62 [INFO] [stdout] | [INFO] [stdout] 72 | d: CVec::new((*tmp).data, (*tmp).size as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/vector_complex.rs:232:22 [INFO] [stdout] | [INFO] [stdout] 232 | for x in range(0u64, (*self.vec).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/permutation.rs:209:54 [INFO] [stdout] | [INFO] [stdout] 209 | d: CVec::new((*p).data, (*p).size as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/permutation.rs:224:22 [INFO] [stdout] | [INFO] [stdout] 224 | for x in range(0u64, (*self.p).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/types/permutation.rs:225:54 [INFO] [stdout] | [INFO] [stdout] 225 | let tmp = (*self.p).data.offset(x as int); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/types/qrng.rs:80:75 [INFO] [stdout] | [INFO] [stdout] 80 | self.data = unsafe { CVec::new(tmp as *mut i8, self.size() as uint) }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/vector.rs:409:22 [INFO] [stdout] | [INFO] [stdout] 409 | for x in range(0u64, (*self.vec).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 33 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/vector.rs:692:22 [INFO] [stdout] | [INFO] [stdout] 692 | for x in range(0u64, (*self.vec).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 33 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/vector_complex.rs:232:22 [INFO] [stdout] | [INFO] [stdout] 232 | for x in range(0u64, (*self.vec).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/vector_complex.rs:478:22 [INFO] [stdout] | [INFO] [stdout] 478 | for x in range(0u64, (*self.vec).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/types/vector_complex.rs:478:22 [INFO] [stdout] | [INFO] [stdout] 478 | for x in range(0u64, (*self.vec).size) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:142:17 [INFO] [stdout] | [INFO] [stdout] 142 | let w21b : [f64, ..6] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:142:17 [INFO] [stdout] | [INFO] [stdout] 142 | let w21b : [f64, ..6] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:151:16 [INFO] [stdout] | [INFO] [stdout] 151 | let w10 : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:151:16 [INFO] [stdout] | [INFO] [stdout] 151 | let w10 : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | let w21a : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | let w21a : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | let x1 : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | let x1 : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | let x2 : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | let x3 : [f64, ..11] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | let x4 : [f64, ..22] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | let x2 : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | let x3 : [f64, ..11] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:222:17 [INFO] [stdout] | [INFO] [stdout] 222 | let w43a : [f64, ..10] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | let x4 : [f64, ..22] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | let w43b : [f64, ..12] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:250:17 [INFO] [stdout] | [INFO] [stdout] 250 | let w87a : [f64, ..21] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | let w87b : [f64, ..23] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:304:23 [INFO] [stdout] | [INFO] [stdout] 304 | let mut savfun : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:222:17 [INFO] [stdout] | [INFO] [stdout] 222 | let w43a : [f64, ..10] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:305:20 [INFO] [stdout] | [INFO] [stdout] 305 | let mut fv1 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | let w43b : [f64, ..12] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:306:20 [INFO] [stdout] | [INFO] [stdout] 306 | let mut fv2 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:250:17 [INFO] [stdout] | [INFO] [stdout] 250 | let w87a : [f64, ..21] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:307:20 [INFO] [stdout] | [INFO] [stdout] 307 | let mut fv3 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | let w87b : [f64, ..23] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:308:20 [INFO] [stdout] | [INFO] [stdout] 308 | let mut fv4 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:304:23 [INFO] [stdout] | [INFO] [stdout] 304 | let mut savfun : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:310:14 [INFO] [stdout] | [INFO] [stdout] 310 | for k in range(0u, 5u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:305:20 [INFO] [stdout] | [INFO] [stdout] 305 | let mut fv1 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:324:14 [INFO] [stdout] | [INFO] [stdout] 324 | for k in range(0u, 5u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:306:20 [INFO] [stdout] | [INFO] [stdout] 306 | let mut fv2 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:341:14 [INFO] [stdout] | [INFO] [stdout] 341 | for k in range(0u, 5u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:359:14 [INFO] [stdout] | [INFO] [stdout] 359 | for k in range(0u, 10u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:307:20 [INFO] [stdout] | [INFO] [stdout] 307 | let mut fv3 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:308:20 [INFO] [stdout] | [INFO] [stdout] 308 | let mut fv4 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:363:14 [INFO] [stdout] | [INFO] [stdout] 363 | for k in range(0u, 11u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:310:14 [INFO] [stdout] | [INFO] [stdout] 310 | for k in range(0u, 5u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:324:14 [INFO] [stdout] | [INFO] [stdout] 324 | for k in range(0u, 5u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:385:14 [INFO] [stdout] | [INFO] [stdout] 385 | for k in range(0, 21) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:388:14 [INFO] [stdout] | [INFO] [stdout] 388 | for k in range(0, 22) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:417:16 [INFO] [stdout] | [INFO] [stdout] 417 | let xgk : [f64, ..8] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:341:14 [INFO] [stdout] | [INFO] [stdout] 341 | for k in range(0u, 5u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:432:15 [INFO] [stdout] | [INFO] [stdout] 432 | let wg : [f64, ..4] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:440:16 [INFO] [stdout] | [INFO] [stdout] 440 | let wgk : [f64, ..8] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:359:14 [INFO] [stdout] | [INFO] [stdout] 359 | for k in range(0u, 10u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:451:20 [INFO] [stdout] | [INFO] [stdout] 451 | let mut fv1 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:452:20 [INFO] [stdout] | [INFO] [stdout] 452 | let mut fv2 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:363:14 [INFO] [stdout] | [INFO] [stdout] 363 | for k in range(0u, 11u) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:385:14 [INFO] [stdout] | [INFO] [stdout] 385 | for k in range(0, 21) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:459:16 [INFO] [stdout] | [INFO] [stdout] 459 | let xgk : [f64, ..11] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:388:14 [INFO] [stdout] | [INFO] [stdout] 388 | for k in range(0, 22) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:477:15 [INFO] [stdout] | [INFO] [stdout] 477 | let wg : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:486:16 [INFO] [stdout] | [INFO] [stdout] 486 | let wgk : [f64, ..11] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:417:16 [INFO] [stdout] | [INFO] [stdout] 417 | let xgk : [f64, ..8] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:432:15 [INFO] [stdout] | [INFO] [stdout] 432 | let wg : [f64, ..4] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:500:20 [INFO] [stdout] | [INFO] [stdout] 500 | let mut fv1 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:440:16 [INFO] [stdout] | [INFO] [stdout] 440 | let wgk : [f64, ..8] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:501:20 [INFO] [stdout] | [INFO] [stdout] 501 | let mut fv2 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:451:20 [INFO] [stdout] | [INFO] [stdout] 451 | let mut fv1 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:508:16 [INFO] [stdout] | [INFO] [stdout] 508 | let xgk : [f64, ..16] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:452:20 [INFO] [stdout] | [INFO] [stdout] 452 | let mut fv2 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:531:15 [INFO] [stdout] | [INFO] [stdout] 531 | let wg : [f64, ..8] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:543:16 [INFO] [stdout] | [INFO] [stdout] 543 | let wgk : [f64, ..16] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:562:20 [INFO] [stdout] | [INFO] [stdout] 562 | let mut fv1 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:563:20 [INFO] [stdout] | [INFO] [stdout] 563 | let mut fv2 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:459:16 [INFO] [stdout] | [INFO] [stdout] 459 | let xgk : [f64, ..11] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:477:15 [INFO] [stdout] | [INFO] [stdout] 477 | let wg : [f64, ..5] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:486:16 [INFO] [stdout] | [INFO] [stdout] 486 | let wgk : [f64, ..11] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:570:16 [INFO] [stdout] | [INFO] [stdout] 570 | let xgk : [f64, ..21] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:598:15 [INFO] [stdout] | [INFO] [stdout] 598 | let wg : [f64, ..11] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:613:16 [INFO] [stdout] | [INFO] [stdout] 613 | let wgk : [f64, ..21] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:637:20 [INFO] [stdout] | [INFO] [stdout] 637 | let mut fv1 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:638:20 [INFO] [stdout] | [INFO] [stdout] 638 | let mut fv2 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:500:20 [INFO] [stdout] | [INFO] [stdout] 500 | let mut fv1 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:501:20 [INFO] [stdout] | [INFO] [stdout] 501 | let mut fv2 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:508:16 [INFO] [stdout] | [INFO] [stdout] 508 | let xgk : [f64, ..16] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:645:16 [INFO] [stdout] | [INFO] [stdout] 645 | let xgk : [f64, ..26] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:531:15 [INFO] [stdout] | [INFO] [stdout] 531 | let wg : [f64, ..8] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:678:15 [INFO] [stdout] | [INFO] [stdout] 678 | let wg : [f64, ..13] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:543:16 [INFO] [stdout] | [INFO] [stdout] 543 | let wgk : [f64, ..16] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:695:16 [INFO] [stdout] | [INFO] [stdout] 695 | let wgk : [f64, ..26] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:724:20 [INFO] [stdout] | [INFO] [stdout] 724 | let mut fv1 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:725:20 [INFO] [stdout] | [INFO] [stdout] 725 | let mut fv2 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:733:16 [INFO] [stdout] | [INFO] [stdout] 733 | let xgk : [f64, ..31] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:562:20 [INFO] [stdout] | [INFO] [stdout] 562 | let mut fv1 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:771:15 [INFO] [stdout] | [INFO] [stdout] 771 | let wg : [f64, ..15] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:563:20 [INFO] [stdout] | [INFO] [stdout] 563 | let mut fv2 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:790:16 [INFO] [stdout] | [INFO] [stdout] 790 | let wgk : [f64, ..31] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:570:16 [INFO] [stdout] | [INFO] [stdout] 570 | let xgk : [f64, ..21] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:824:20 [INFO] [stdout] | [INFO] [stdout] 824 | let mut fv1 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:825:20 [INFO] [stdout] | [INFO] [stdout] 825 | let mut fv2 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:598:15 [INFO] [stdout] | [INFO] [stdout] 598 | let wg : [f64, ..11] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:848:14 [INFO] [stdout] | [INFO] [stdout] 848 | for j in range(0u, (n - 1) / 2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:863:14 [INFO] [stdout] | [INFO] [stdout] 863 | for j in range(0u, n / 2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:613:16 [INFO] [stdout] | [INFO] [stdout] 613 | let wgk : [f64, ..21] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:637:20 [INFO] [stdout] | [INFO] [stdout] 637 | let mut fv1 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:638:20 [INFO] [stdout] | [INFO] [stdout] 638 | let mut fv2 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:879:14 [INFO] [stdout] | [INFO] [stdout] 879 | for j in range(0u, n - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialise_table` in module `types::integration` [INFO] [stdout] --> src/integration.rs:994:31 [INFO] [stdout] | [INFO] [stdout] 994 | ::types::integration::initialise_table(&mut table); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `append_interval` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1009:35 [INFO] [stdout] | [INFO] [stdout] 1009 | ::types::integration::append_interval(workspace, a1, b1, area1, error1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:645:16 [INFO] [stdout] | [INFO] [stdout] 645 | let xgk : [f64, ..26] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1024:46 [INFO] [stdout] | [INFO] [stdout] 1024 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:678:15 [INFO] [stdout] | [INFO] [stdout] 678 | let wg : [f64, ..13] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:695:16 [INFO] [stdout] | [INFO] [stdout] 695 | let wgk : [f64, ..26] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:724:20 [INFO] [stdout] | [INFO] [stdout] 724 | let mut fv1 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1038:46 [INFO] [stdout] | [INFO] [stdout] 1038 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `append_table` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1041:35 [INFO] [stdout] | [INFO] [stdout] 1041 | ::types::integration::append_table(&mut table, area); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern_qelg` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1047:35 [INFO] [stdout] | [INFO] [stdout] 1047 | ::types::integration::intern_qelg(&mut table, &mut reseps, &mut erreps); [INFO] [stdout] | ^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:725:20 [INFO] [stdout] | [INFO] [stdout] 725 | let mut fv2 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1077:42 [INFO] [stdout] | [INFO] [stdout] 1077 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:733:16 [INFO] [stdout] | [INFO] [stdout] 733 | let xgk : [f64, ..31] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1093:46 [INFO] [stdout] | [INFO] [stdout] 1093 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1098:42 [INFO] [stdout] | [INFO] [stdout] 1098 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1100:42 [INFO] [stdout] | [INFO] [stdout] 1100 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:771:15 [INFO] [stdout] | [INFO] [stdout] 771 | let wg : [f64, ..15] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1107:31 [INFO] [stdout] | [INFO] [stdout] 1107 | ::types::integration::return_error(error_type) [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:790:16 [INFO] [stdout] | [INFO] [stdout] 790 | let wgk : [f64, ..31] = [ [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:824:20 [INFO] [stdout] | [INFO] [stdout] 824 | let mut fv1 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:74:33 [INFO] [stdout] | [INFO] [stdout] 74 | array.swap(0u, n as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found builtin type `f64` [INFO] [stdout] --> src/integration.rs:825:20 [INFO] [stdout] | [INFO] [stdout] 825 | let mut fv2 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:848:14 [INFO] [stdout] | [INFO] [stdout] 848 | for j in range(0u, (n - 1) / 2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | if j < n && compare(&array[j as uint], &array[j as uint + 1]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | if j < n && compare(&array[j as uint], &array[j as uint + 1]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:863:14 [INFO] [stdout] | [INFO] [stdout] 863 | for j in range(0u, n / 2) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:90:36 [INFO] [stdout] | [INFO] [stdout] 90 | if compare(&array[k as uint], &array[j as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:90:55 [INFO] [stdout] | [INFO] [stdout] 90 | if compare(&array[k as uint], &array[j as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:91:33 [INFO] [stdout] | [INFO] [stdout] 91 | array.swap(j as uint, k as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/integration.rs:879:14 [INFO] [stdout] | [INFO] [stdout] 879 | for j in range(0u, n - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 83 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `initialise_table` in module `types::integration` [INFO] [stdout] --> src/integration.rs:994:31 [INFO] [stdout] | [INFO] [stdout] 994 | ::types::integration::initialise_table(&mut table); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:91:44 [INFO] [stdout] | [INFO] [stdout] 91 | array.swap(j as uint, k as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `append_interval` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1009:35 [INFO] [stdout] | [INFO] [stdout] 1009 | ::types::integration::append_interval(workspace, a1, b1, area1, error1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/sort.rs:107:20 [INFO] [stdout] | [INFO] [stdout] 107 | for tmp in range(0u64, array.len() as u64) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 30 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:108:22 [INFO] [stdout] | [INFO] [stdout] 108 | p[tmp as uint] = tmp; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1024:46 [INFO] [stdout] | [INFO] [stdout] 1024 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1038:46 [INFO] [stdout] | [INFO] [stdout] 1038 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:118:29 [INFO] [stdout] | [INFO] [stdout] 118 | p.swap(0u, n as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `append_table` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1041:35 [INFO] [stdout] | [INFO] [stdout] 1041 | ::types::integration::append_table(&mut table, area); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | let pki = p[t_k as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `intern_qelg` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1047:35 [INFO] [stdout] | [INFO] [stdout] 1047 | ::types::integration::intern_qelg(&mut table, &mut reseps, &mut erreps); [INFO] [stdout] | ^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1077:42 [INFO] [stdout] | [INFO] [stdout] 1077 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:133:47 [INFO] [stdout] | [INFO] [stdout] 133 | if j < n && compare(&array[p[j as uint] as uint], &array[p[j as uint + 1] as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1093:46 [INFO] [stdout] | [INFO] [stdout] 1093 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:133:56 [INFO] [stdout] | [INFO] [stdout] 133 | if j < n && compare(&array[p[j as uint] as uint], &array[p[j as uint + 1] as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1098:42 [INFO] [stdout] | [INFO] [stdout] 1098 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1100:42 [INFO] [stdout] | [INFO] [stdout] 1100 | return ::types::integration::return_error(error_type); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:133:77 [INFO] [stdout] | [INFO] [stdout] 133 | if j < n && compare(&array[p[j as uint] as uint], &array[p[j as uint + 1] as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_error` in module `types::integration` [INFO] [stdout] --> src/integration.rs:1107:31 [INFO] [stdout] | [INFO] [stdout] 1107 | ::types::integration::return_error(error_type) [INFO] [stdout] | ^^^^^^^^^^^^ not found in `types::integration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:133:90 [INFO] [stdout] | [INFO] [stdout] 133 | if j < n && compare(&array[p[j as uint] as uint], &array[p[j as uint + 1] as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:74:33 [INFO] [stdout] | [INFO] [stdout] 74 | array.swap(0u, n as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:136:38 [INFO] [stdout] | [INFO] [stdout] 136 | if compare(&array[pki as uint], &array[p[j as uint] as uint]) >= 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | if j < n && compare(&array[j as uint], &array[j as uint + 1]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | if j < n && compare(&array[j as uint], &array[j as uint + 1]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:136:59 [INFO] [stdout] | [INFO] [stdout] 136 | if compare(&array[pki as uint], &array[p[j as uint] as uint]) >= 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:90:36 [INFO] [stdout] | [INFO] [stdout] 90 | if compare(&array[k as uint], &array[j as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:136:68 [INFO] [stdout] | [INFO] [stdout] 136 | if compare(&array[pki as uint], &array[p[j as uint] as uint]) >= 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:90:55 [INFO] [stdout] | [INFO] [stdout] 90 | if compare(&array[k as uint], &array[j as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:91:33 [INFO] [stdout] | [INFO] [stdout] 91 | array.swap(j as uint, k as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:91:44 [INFO] [stdout] | [INFO] [stdout] 91 | array.swap(j as uint, k as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | p[k as uint] = p[j as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:139:35 [INFO] [stdout] | [INFO] [stdout] 139 | p[k as uint] = p[j as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/sort.rs:107:20 [INFO] [stdout] | [INFO] [stdout] 107 | for tmp in range(0u64, array.len() as u64) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 30 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 142 | p[k as uint] = pki; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MAX_VALUE` in module `std::f64` [INFO] [stdout] --> src/rgsl.rs:245:50 [INFO] [stdout] | [INFO] [stdout] 245 | pub static DBL_MAX : f64 = ::std::f64::MAX_VALUE;//1.7976931348623156e+308; [INFO] [stdout] | ^^^^^^^^^ not found in `std::f64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:108:22 [INFO] [stdout] | [INFO] [stdout] 108 | p[tmp as uint] = tmp; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:118:29 [INFO] [stdout] | [INFO] [stdout] 118 | p.swap(0u, n as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | let pki = p[t_k as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:133:47 [INFO] [stdout] | [INFO] [stdout] 133 | if j < n && compare(&array[p[j as uint] as uint], &array[p[j as uint + 1] as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:133:56 [INFO] [stdout] | [INFO] [stdout] 133 | if j < n && compare(&array[p[j as uint] as uint], &array[p[j as uint + 1] as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:133:77 [INFO] [stdout] | [INFO] [stdout] 133 | if j < n && compare(&array[p[j as uint] as uint], &array[p[j as uint + 1] as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:133:90 [INFO] [stdout] | [INFO] [stdout] 133 | if j < n && compare(&array[p[j as uint] as uint], &array[p[j as uint + 1] as uint]) < 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:136:38 [INFO] [stdout] | [INFO] [stdout] 136 | if compare(&array[pki as uint], &array[p[j as uint] as uint]) >= 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:136:59 [INFO] [stdout] | [INFO] [stdout] 136 | if compare(&array[pki as uint], &array[p[j as uint] as uint]) >= 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:136:68 [INFO] [stdout] | [INFO] [stdout] 136 | if compare(&array[pki as uint], &array[p[j as uint] as uint]) >= 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | p[k as uint] = p[j as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:139:35 [INFO] [stdout] | [INFO] [stdout] 139 | p[k as uint] = p[j as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/sort.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 142 | p[k as uint] = pki; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MAX_VALUE` in module `std::f64` [INFO] [stdout] --> src/rgsl.rs:245:50 [INFO] [stdout] | [INFO] [stdout] 245 | pub static DBL_MAX : f64 = ::std::f64::MAX_VALUE;//1.7976931348623156e+308; [INFO] [stdout] | ^^^^^^^^^ not found in `std::f64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:142:27 [INFO] [stdout] | [INFO] [stdout] 142 | let w21b : [f64, ..6] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:151:26 [INFO] [stdout] | [INFO] [stdout] 151 | let w10 : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:159:27 [INFO] [stdout] | [INFO] [stdout] 159 | let w21a : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:167:25 [INFO] [stdout] | [INFO] [stdout] 167 | let x1 : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let x2 : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | let x3 : [f64, ..11] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | let x4 : [f64, ..22] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | let w43a : [f64, ..10] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:235:28 [INFO] [stdout] | [INFO] [stdout] 235 | let w43b : [f64, ..12] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:250:28 [INFO] [stdout] | [INFO] [stdout] 250 | let w87a : [f64, ..21] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:274:28 [INFO] [stdout] | [INFO] [stdout] 274 | let w87b : [f64, ..23] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:304:34 [INFO] [stdout] | [INFO] [stdout] 304 | let mut savfun : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:305:30 [INFO] [stdout] | [INFO] [stdout] 305 | let mut fv1 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | let mut fv2 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:307:30 [INFO] [stdout] | [INFO] [stdout] 307 | let mut fv3 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:308:30 [INFO] [stdout] | [INFO] [stdout] 308 | let mut fv4 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:417:26 [INFO] [stdout] | [INFO] [stdout] 417 | let xgk : [f64, ..8] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:432:25 [INFO] [stdout] | [INFO] [stdout] 432 | let wg : [f64, ..4] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:440:26 [INFO] [stdout] | [INFO] [stdout] 440 | let wgk : [f64, ..8] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:451:30 [INFO] [stdout] | [INFO] [stdout] 451 | let mut fv1 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:452:30 [INFO] [stdout] | [INFO] [stdout] 452 | let mut fv2 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:459:27 [INFO] [stdout] | [INFO] [stdout] 459 | let xgk : [f64, ..11] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:477:25 [INFO] [stdout] | [INFO] [stdout] 477 | let wg : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:486:27 [INFO] [stdout] | [INFO] [stdout] 486 | let wgk : [f64, ..11] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:500:31 [INFO] [stdout] | [INFO] [stdout] 500 | let mut fv1 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:501:31 [INFO] [stdout] | [INFO] [stdout] 501 | let mut fv2 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:508:27 [INFO] [stdout] | [INFO] [stdout] 508 | let xgk : [f64, ..16] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:531:25 [INFO] [stdout] | [INFO] [stdout] 531 | let wg : [f64, ..8] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:543:27 [INFO] [stdout] | [INFO] [stdout] 543 | let wgk : [f64, ..16] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:562:31 [INFO] [stdout] | [INFO] [stdout] 562 | let mut fv1 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:563:31 [INFO] [stdout] | [INFO] [stdout] 563 | let mut fv2 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:570:27 [INFO] [stdout] | [INFO] [stdout] 570 | let xgk : [f64, ..21] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:598:26 [INFO] [stdout] | [INFO] [stdout] 598 | let wg : [f64, ..11] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:613:27 [INFO] [stdout] | [INFO] [stdout] 613 | let wgk : [f64, ..21] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:637:31 [INFO] [stdout] | [INFO] [stdout] 637 | let mut fv1 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:638:31 [INFO] [stdout] | [INFO] [stdout] 638 | let mut fv2 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:645:27 [INFO] [stdout] | [INFO] [stdout] 645 | let xgk : [f64, ..26] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:678:26 [INFO] [stdout] | [INFO] [stdout] 678 | let wg : [f64, ..13] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:695:27 [INFO] [stdout] | [INFO] [stdout] 695 | let wgk : [f64, ..26] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:724:31 [INFO] [stdout] | [INFO] [stdout] 724 | let mut fv1 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:725:31 [INFO] [stdout] | [INFO] [stdout] 725 | let mut fv2 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:733:27 [INFO] [stdout] | [INFO] [stdout] 733 | let xgk : [f64, ..31] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:771:26 [INFO] [stdout] | [INFO] [stdout] 771 | let wg : [f64, ..15] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:790:27 [INFO] [stdout] | [INFO] [stdout] 790 | let wgk : [f64, ..31] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:824:31 [INFO] [stdout] | [INFO] [stdout] 824 | let mut fv1 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:825:31 [INFO] [stdout] | [INFO] [stdout] 825 | let mut fv2 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/types/monte_carlo.rs:1128:36 [INFO] [stdout] | [INFO] [stdout] 1128 | weight[i] = powf64(((oldg - 1f64) / oldg / logf64(oldg)), (*s).alpha); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:142:27 [INFO] [stdout] | [INFO] [stdout] 142 | let w21b : [f64, ..6] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:151:26 [INFO] [stdout] | [INFO] [stdout] 151 | let w10 : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:159:27 [INFO] [stdout] | [INFO] [stdout] 159 | let w21a : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:167:25 [INFO] [stdout] | [INFO] [stdout] 167 | let x1 : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | let x2 : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | let x3 : [f64, ..11] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | let x4 : [f64, ..22] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | let w43a : [f64, ..10] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:235:28 [INFO] [stdout] | [INFO] [stdout] 235 | let w43b : [f64, ..12] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:250:28 [INFO] [stdout] | [INFO] [stdout] 250 | let w87a : [f64, ..21] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:274:28 [INFO] [stdout] | [INFO] [stdout] 274 | let w87b : [f64, ..23] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:304:34 [INFO] [stdout] | [INFO] [stdout] 304 | let mut savfun : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:305:30 [INFO] [stdout] | [INFO] [stdout] 305 | let mut fv1 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | let mut fv2 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:307:30 [INFO] [stdout] | [INFO] [stdout] 307 | let mut fv3 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:308:30 [INFO] [stdout] | [INFO] [stdout] 308 | let mut fv4 : [f64, ..5] = [0f64, ..5]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/integration.rs:92:37 [INFO] [stdout] | [INFO] [stdout] 92 | let scale = unsafe { powf64((200f64 * t_err / result_asc), 1.5f64) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/integration.rs:342:28 [INFO] [stdout] | [INFO] [stdout] 342 | ...fe { (w21a[k] * (fabsf64(fv1[k] - mean) + fabsf64(fv2[k] - mean)) + w21b[k] * (fabsf64(fv3[k] - mean) + fabsf64(fv4[k] - mean))) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:417:26 [INFO] [stdout] | [INFO] [stdout] 417 | let xgk : [f64, ..8] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:432:25 [INFO] [stdout] | [INFO] [stdout] 432 | let wg : [f64, ..4] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:440:26 [INFO] [stdout] | [INFO] [stdout] 440 | let wgk : [f64, ..8] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:451:30 [INFO] [stdout] | [INFO] [stdout] 451 | let mut fv1 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:452:30 [INFO] [stdout] | [INFO] [stdout] 452 | let mut fv2 : [f64, ..8] = [0f64, ..8]; [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:459:27 [INFO] [stdout] | [INFO] [stdout] 459 | let xgk : [f64, ..11] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:477:25 [INFO] [stdout] | [INFO] [stdout] 477 | let wg : [f64, ..5] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:486:27 [INFO] [stdout] | [INFO] [stdout] 486 | let wgk : [f64, ..11] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:500:31 [INFO] [stdout] | [INFO] [stdout] 500 | let mut fv1 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:501:31 [INFO] [stdout] | [INFO] [stdout] 501 | let mut fv2 : [f64, ..11] = [0f64, ..11]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:508:27 [INFO] [stdout] | [INFO] [stdout] 508 | let xgk : [f64, ..16] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:531:25 [INFO] [stdout] | [INFO] [stdout] 531 | let wg : [f64, ..8] = [ [INFO] [stdout] | ---------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:543:27 [INFO] [stdout] | [INFO] [stdout] 543 | let wgk : [f64, ..16] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:562:31 [INFO] [stdout] | [INFO] [stdout] 562 | let mut fv1 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:563:31 [INFO] [stdout] | [INFO] [stdout] 563 | let mut fv2 : [f64, ..16] = [0f64, ..16]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:570:27 [INFO] [stdout] | [INFO] [stdout] 570 | let xgk : [f64, ..21] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:598:26 [INFO] [stdout] | [INFO] [stdout] 598 | let wg : [f64, ..11] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:613:27 [INFO] [stdout] | [INFO] [stdout] 613 | let wgk : [f64, ..21] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:637:31 [INFO] [stdout] | [INFO] [stdout] 637 | let mut fv1 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:638:31 [INFO] [stdout] | [INFO] [stdout] 638 | let mut fv2 : [f64, ..21] = [0f64, ..21]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:645:27 [INFO] [stdout] | [INFO] [stdout] 645 | let xgk : [f64, ..26] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:678:26 [INFO] [stdout] | [INFO] [stdout] 678 | let wg : [f64, ..13] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:695:27 [INFO] [stdout] | [INFO] [stdout] 695 | let wgk : [f64, ..26] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:724:31 [INFO] [stdout] | [INFO] [stdout] 724 | let mut fv1 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:725:31 [INFO] [stdout] | [INFO] [stdout] 725 | let mut fv2 : [f64, ..26] = [0f64, ..26]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:733:27 [INFO] [stdout] | [INFO] [stdout] 733 | let xgk : [f64, ..31] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:771:26 [INFO] [stdout] | [INFO] [stdout] 771 | let wg : [f64, ..15] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:790:27 [INFO] [stdout] | [INFO] [stdout] 790 | let wgk : [f64, ..31] = [ [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:824:31 [INFO] [stdout] | [INFO] [stdout] 824 | let mut fv1 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: destructuring assignments are unstable [INFO] [stdout] --> src/integration.rs:825:31 [INFO] [stdout] | [INFO] [stdout] 825 | let mut fv2 : [f64, ..31] = [0f64, ..31]; [INFO] [stdout] | ----------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] | [INFO] [stdout] = note: see issue #71126 for more information [INFO] [stdout] = help: add `#![feature(destructuring_assignment)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/types/monte_carlo.rs:1128:36 [INFO] [stdout] | [INFO] [stdout] 1128 | weight[i] = powf64(((oldg - 1f64) / oldg / logf64(oldg)), (*s).alpha); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/integration.rs:92:37 [INFO] [stdout] | [INFO] [stdout] 92 | let scale = unsafe { powf64((200f64 * t_err / result_asc), 1.5f64) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/integration.rs:342:28 [INFO] [stdout] | [INFO] [stdout] 342 | ...fe { (w21a[k] * (fabsf64(fv1[k] - mean) + fabsf64(fv2[k] - mean)) + w21b[k] * (fabsf64(fv3[k] - mean) + fabsf64(fv4[k] - mean))) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/rgsl.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/rgsl.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:29 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:37 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:62 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | pub type CBLAS_INDEX = c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:16:40 [INFO] [stdout] | [INFO] [stdout] 16 | pub type gsl_complex_packed_ptr = *mut c_double; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:17:42 [INFO] [stdout] | [INFO] [stdout] 17 | pub type gsl_complex_packed_array = *mut c_double; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | pub type coord = c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2503:14 [INFO] [stdout] | [INFO] [stdout] 2503 | pub val: c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2504:14 [INFO] [stdout] | [INFO] [stdout] 2504 | pub err: c_double [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2509:14 [INFO] [stdout] | [INFO] [stdout] 2509 | pub val: c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:29 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2510:14 [INFO] [stdout] | [INFO] [stdout] 2510 | pub err: c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:37 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2511:14 [INFO] [stdout] | [INFO] [stdout] 2511 | pub e10: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2516:15 [INFO] [stdout] | [INFO] [stdout] 2516 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:62 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::{c_double, c_int, c_uint, c_float, c_void, size_t, c_ulong, c_char}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | pub type CBLAS_INDEX = c_uint; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:16:40 [INFO] [stdout] | [INFO] [stdout] 16 | pub type gsl_complex_packed_ptr = *mut c_double; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:17:42 [INFO] [stdout] | [INFO] [stdout] 17 | pub type gsl_complex_packed_array = *mut c_double; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2517:17 [INFO] [stdout] | [INFO] [stdout] 2517 | pub stride: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | pub type coord = c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2518:20 [INFO] [stdout] | [INFO] [stdout] 2518 | pub data: *mut c_float, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2503:14 [INFO] [stdout] | [INFO] [stdout] 2503 | pub val: c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2520:16 [INFO] [stdout] | [INFO] [stdout] 2520 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2504:14 [INFO] [stdout] | [INFO] [stdout] 2504 | pub err: c_double [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2525:15 [INFO] [stdout] | [INFO] [stdout] 2525 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2509:14 [INFO] [stdout] | [INFO] [stdout] 2509 | pub val: c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2526:20 [INFO] [stdout] | [INFO] [stdout] 2526 | pub data: *mut c_float [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2510:14 [INFO] [stdout] | [INFO] [stdout] 2510 | pub err: c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2511:14 [INFO] [stdout] | [INFO] [stdout] 2511 | pub e10: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2516:15 [INFO] [stdout] | [INFO] [stdout] 2516 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2531:15 [INFO] [stdout] | [INFO] [stdout] 2531 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2517:17 [INFO] [stdout] | [INFO] [stdout] 2517 | pub stride: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2532:17 [INFO] [stdout] | [INFO] [stdout] 2532 | pub stride: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2518:20 [INFO] [stdout] | [INFO] [stdout] 2518 | pub data: *mut c_float, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2520:16 [INFO] [stdout] | [INFO] [stdout] 2520 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2533:20 [INFO] [stdout] | [INFO] [stdout] 2533 | pub data: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2525:15 [INFO] [stdout] | [INFO] [stdout] 2525 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2535:16 [INFO] [stdout] | [INFO] [stdout] 2535 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2526:20 [INFO] [stdout] | [INFO] [stdout] 2526 | pub data: *mut c_float [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2531:15 [INFO] [stdout] | [INFO] [stdout] 2531 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2546:15 [INFO] [stdout] | [INFO] [stdout] 2546 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2532:17 [INFO] [stdout] | [INFO] [stdout] 2532 | pub stride: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2547:20 [INFO] [stdout] | [INFO] [stdout] 2547 | pub data: *mut c_double [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2533:20 [INFO] [stdout] | [INFO] [stdout] 2533 | pub data: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2552:15 [INFO] [stdout] | [INFO] [stdout] 2552 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2535:16 [INFO] [stdout] | [INFO] [stdout] 2535 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2553:17 [INFO] [stdout] | [INFO] [stdout] 2553 | pub stride: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2546:15 [INFO] [stdout] | [INFO] [stdout] 2546 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2554:20 [INFO] [stdout] | [INFO] [stdout] 2554 | pub data: *mut c_float, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2547:20 [INFO] [stdout] | [INFO] [stdout] 2547 | pub data: *mut c_double [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2556:16 [INFO] [stdout] | [INFO] [stdout] 2556 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2552:15 [INFO] [stdout] | [INFO] [stdout] 2552 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2553:17 [INFO] [stdout] | [INFO] [stdout] 2553 | pub stride: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2554:20 [INFO] [stdout] | [INFO] [stdout] 2554 | pub data: *mut c_float, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2556:16 [INFO] [stdout] | [INFO] [stdout] 2556 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2561:15 [INFO] [stdout] | [INFO] [stdout] 2561 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2561:15 [INFO] [stdout] | [INFO] [stdout] 2561 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2562:20 [INFO] [stdout] | [INFO] [stdout] 2562 | pub data: *mut c_float [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2567:15 [INFO] [stdout] | [INFO] [stdout] 2567 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2568:17 [INFO] [stdout] | [INFO] [stdout] 2568 | pub stride: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2569:20 [INFO] [stdout] | [INFO] [stdout] 2569 | pub data: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2571:16 [INFO] [stdout] | [INFO] [stdout] 2571 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2576:15 [INFO] [stdout] | [INFO] [stdout] 2576 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2577:20 [INFO] [stdout] | [INFO] [stdout] 2577 | pub data: *mut c_double [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2592:16 [INFO] [stdout] | [INFO] [stdout] 2592 | pub size1: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2593:16 [INFO] [stdout] | [INFO] [stdout] 2593 | pub size2: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2594:14 [INFO] [stdout] | [INFO] [stdout] 2594 | pub tda: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2595:20 [INFO] [stdout] | [INFO] [stdout] 2595 | pub data: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2562:20 [INFO] [stdout] | [INFO] [stdout] 2562 | pub data: *mut c_float [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2567:15 [INFO] [stdout] | [INFO] [stdout] 2567 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2568:17 [INFO] [stdout] | [INFO] [stdout] 2568 | pub stride: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2569:20 [INFO] [stdout] | [INFO] [stdout] 2569 | pub data: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2571:16 [INFO] [stdout] | [INFO] [stdout] 2571 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2576:15 [INFO] [stdout] | [INFO] [stdout] 2576 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2577:20 [INFO] [stdout] | [INFO] [stdout] 2577 | pub data: *mut c_double [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2592:16 [INFO] [stdout] | [INFO] [stdout] 2592 | pub size1: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2593:16 [INFO] [stdout] | [INFO] [stdout] 2593 | pub size2: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2594:14 [INFO] [stdout] | [INFO] [stdout] 2594 | pub tda: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2595:20 [INFO] [stdout] | [INFO] [stdout] 2595 | pub data: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2597:16 [INFO] [stdout] | [INFO] [stdout] 2597 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2607:16 [INFO] [stdout] | [INFO] [stdout] 2607 | pub size1: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2608:16 [INFO] [stdout] | [INFO] [stdout] 2608 | pub size2: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2609:14 [INFO] [stdout] | [INFO] [stdout] 2609 | pub tda: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2610:20 [INFO] [stdout] | [INFO] [stdout] 2610 | pub data: *mut c_float, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2612:16 [INFO] [stdout] | [INFO] [stdout] 2612 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2617:16 [INFO] [stdout] | [INFO] [stdout] 2617 | pub size1: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2618:16 [INFO] [stdout] | [INFO] [stdout] 2618 | pub size2: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2619:14 [INFO] [stdout] | [INFO] [stdout] 2619 | pub tda: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2620:20 [INFO] [stdout] | [INFO] [stdout] 2620 | pub data: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2622:16 [INFO] [stdout] | [INFO] [stdout] 2622 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2627:16 [INFO] [stdout] | [INFO] [stdout] 2627 | pub size1: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2628:16 [INFO] [stdout] | [INFO] [stdout] 2628 | pub size2: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2629:14 [INFO] [stdout] | [INFO] [stdout] 2629 | pub tda: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2630:20 [INFO] [stdout] | [INFO] [stdout] 2630 | pub data: *mut c_float, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2632:16 [INFO] [stdout] | [INFO] [stdout] 2632 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2637:15 [INFO] [stdout] | [INFO] [stdout] 2637 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2638:21 [INFO] [stdout] | [INFO] [stdout] 2638 | pub even_order: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2639:20 [INFO] [stdout] | [INFO] [stdout] 2639 | pub odd_order: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2640:23 [INFO] [stdout] | [INFO] [stdout] 2640 | pub extra_values: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2641:13 [INFO] [stdout] | [INFO] [stdout] 2641 | pub qa: c_double, // allow for caching of results: not implemented yet [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2642:13 [INFO] [stdout] | [INFO] [stdout] 2642 | pub qb: c_double, // allow for caching of results: not implemented yet [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2643:18 [INFO] [stdout] | [INFO] [stdout] 2643 | pub aa: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2597:16 [INFO] [stdout] | [INFO] [stdout] 2597 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2644:18 [INFO] [stdout] | [INFO] [stdout] 2644 | pub bb: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2607:16 [INFO] [stdout] | [INFO] [stdout] 2607 | pub size1: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2645:18 [INFO] [stdout] | [INFO] [stdout] 2645 | pub dd: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2608:16 [INFO] [stdout] | [INFO] [stdout] 2608 | pub size2: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2646:18 [INFO] [stdout] | [INFO] [stdout] 2646 | pub ee: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2647:18 [INFO] [stdout] | [INFO] [stdout] 2647 | pub tt: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2609:14 [INFO] [stdout] | [INFO] [stdout] 2609 | pub tda: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2648:18 [INFO] [stdout] | [INFO] [stdout] 2648 | pub e2: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2610:20 [INFO] [stdout] | [INFO] [stdout] 2610 | pub data: *mut c_float, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2649:18 [INFO] [stdout] | [INFO] [stdout] 2649 | pub zz: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2612:16 [INFO] [stdout] | [INFO] [stdout] 2612 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2657:15 [INFO] [stdout] | [INFO] [stdout] 2657 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2617:16 [INFO] [stdout] | [INFO] [stdout] 2617 | pub size1: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2658:17 [INFO] [stdout] | [INFO] [stdout] 2658 | pub d: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2618:16 [INFO] [stdout] | [INFO] [stdout] 2618 | pub size2: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2659:18 [INFO] [stdout] | [INFO] [stdout] 2659 | pub sd: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2619:14 [INFO] [stdout] | [INFO] [stdout] 2619 | pub tda: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2660:18 [INFO] [stdout] | [INFO] [stdout] 2660 | pub gc: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2620:20 [INFO] [stdout] | [INFO] [stdout] 2620 | pub data: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2661:18 [INFO] [stdout] | [INFO] [stdout] 2661 | pub gs: *mut c_double [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2622:16 [INFO] [stdout] | [INFO] [stdout] 2622 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2666:12 [INFO] [stdout] | [INFO] [stdout] 2666 | pub k: size_t, // spline order [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2627:16 [INFO] [stdout] | [INFO] [stdout] 2627 | pub size1: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2667:14 [INFO] [stdout] | [INFO] [stdout] 2667 | pub km1: size_t, // k - 1 (polynomial order) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2628:16 [INFO] [stdout] | [INFO] [stdout] 2628 | pub size2: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2668:12 [INFO] [stdout] | [INFO] [stdout] 2668 | pub l: size_t, // number of polynomial pieces on interval [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2629:14 [INFO] [stdout] | [INFO] [stdout] 2629 | pub tda: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2669:17 [INFO] [stdout] | [INFO] [stdout] 2669 | pub nbreak: size_t, // number of breakpoints (l + 1) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2630:20 [INFO] [stdout] | [INFO] [stdout] 2630 | pub data: *mut c_float, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2670:12 [INFO] [stdout] | [INFO] [stdout] 2670 | pub n: size_t, // number of bspline basis functions (l + k - 1) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2632:16 [INFO] [stdout] | [INFO] [stdout] 2632 | pub owner: c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2679:12 [INFO] [stdout] | [INFO] [stdout] 2679 | pub k: size_t, // spline order [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2637:15 [INFO] [stdout] | [INFO] [stdout] 2637 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2638:21 [INFO] [stdout] | [INFO] [stdout] 2638 | pub even_order: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2639:20 [INFO] [stdout] | [INFO] [stdout] 2639 | pub odd_order: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2640:23 [INFO] [stdout] | [INFO] [stdout] 2640 | pub extra_values: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2641:13 [INFO] [stdout] | [INFO] [stdout] 2641 | pub qa: c_double, // allow for caching of results: not implemented yet [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2642:13 [INFO] [stdout] | [INFO] [stdout] 2642 | pub qb: c_double, // allow for caching of results: not implemented yet [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2643:18 [INFO] [stdout] | [INFO] [stdout] 2643 | pub aa: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2644:18 [INFO] [stdout] | [INFO] [stdout] 2644 | pub bb: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2645:18 [INFO] [stdout] | [INFO] [stdout] 2645 | pub dd: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2646:18 [INFO] [stdout] | [INFO] [stdout] 2646 | pub ee: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2647:18 [INFO] [stdout] | [INFO] [stdout] 2647 | pub tt: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2648:18 [INFO] [stdout] | [INFO] [stdout] 2648 | pub e2: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2649:18 [INFO] [stdout] | [INFO] [stdout] 2649 | pub zz: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2657:15 [INFO] [stdout] | [INFO] [stdout] 2657 | pub size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2658:17 [INFO] [stdout] | [INFO] [stdout] 2658 | pub d: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2659:18 [INFO] [stdout] | [INFO] [stdout] 2659 | pub sd: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2660:18 [INFO] [stdout] | [INFO] [stdout] 2660 | pub gc: *mut c_double, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2661:18 [INFO] [stdout] | [INFO] [stdout] 2661 | pub gs: *mut c_double [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/ffi.rs:2666:12 [INFO] [stdout] | [INFO] [stdout] 2666 | pub k: size_t, // spline order [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [WARN] too many lines in the log, truncating it