[INFO] fetching crate rust-GSL 0.4.10... [INFO] checking rust-GSL-0.4.10 against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [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 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "read-manifest" "--manifest-path" "Cargo.toml", 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" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "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/radix/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f98d41809788c0756e367f45b7cd1a143b335a3a03d0f2228fa12f64f0be58a6 [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" "f98d41809788c0756e367f45b7cd1a143b335a3a03d0f2228fa12f64f0be58a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f98d41809788c0756e367f45b7cd1a143b335a3a03d0f2228fa12f64f0be58a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f98d41809788c0756e367f45b7cd1a143b335a3a03d0f2228fa12f64f0be58a6", kill_on_drop: false }` [INFO] [stdout] f98d41809788c0756e367f45b7cd1a143b335a3a03d0f2228fa12f64f0be58a6 [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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 618b448693b3f517c1ac0acc6f8790b233de7657c87772fc2835efcd07030294 [INFO] running `Command { std: "docker" "start" "-a" "618b448693b3f517c1ac0acc6f8790b233de7657c87772fc2835efcd07030294", 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/radix/main.rs [INFO] [stderr] Checking rust-GSL v0.4.10 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: non-builtin inner attributes are unstable [INFO] [stdout] --> src/rgsl.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | #![desc = "Rust binding for GSL"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54726 for more information [INFO] [stdout] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: non-builtin inner attributes are unstable [INFO] [stdout] --> src/rgsl.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | #![desc = "Rust binding for GSL"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54726 for more information [INFO] [stdout] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [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: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: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: 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: 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 integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, 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 integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, 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 `i` for integer 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 integral types (`u32`, `isize`, 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: 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 integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, 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 integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, 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 integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, 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 integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, 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 integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, 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 integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, 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] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer 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 integral types (`u32`, `isize`, etc) [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] 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[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: 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/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 `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/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: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 `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: 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/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 `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/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: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/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[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[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] [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] [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] [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[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[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: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] [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[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] [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] [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] [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] [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] [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[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] [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] [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[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] [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] [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] [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] [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] [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] [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] [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] [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] [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[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[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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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: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] [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] [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] [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: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] [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: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: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: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] [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] [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 `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 `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] [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: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: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: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] [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: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] [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: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: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: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: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[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] [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: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: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[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] [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 `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 `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] [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 `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] [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 `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/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/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/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/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 `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/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] [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/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[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 `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[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] [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/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] [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/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/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/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 `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/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[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/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] [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] [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/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 `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] [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/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] [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] [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] [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] [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] [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] [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] [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[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] [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] [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[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] [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[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] [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[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] [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[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[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] [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[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: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:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | let w43b : [f64, ..12] = [ [INFO] [stdout] | ^^^ not a value [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] [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[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] [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[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[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] [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] [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] [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/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] [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] [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/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] [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] [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[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: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/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] [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] [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] [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] [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] [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] [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] [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] [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/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] [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] [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] [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] [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] [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] [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] [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] [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: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[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/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] [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] [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] [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[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[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[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: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[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: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[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/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] [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[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: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[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: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[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[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: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] [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[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] [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 `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[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[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[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[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[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/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] [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[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[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: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[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[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[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[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[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[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] [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[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[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[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[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[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] [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: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: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[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[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: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[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[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[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[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[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] [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[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 `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: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[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[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[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] [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[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] [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: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 `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] [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[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] [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[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] [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 `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 `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] [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[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[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 `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 `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 `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[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[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[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/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 `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] [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[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/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 `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[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] [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 `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] [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] [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 `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] [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: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[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:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | let w21a : [f64, ..5] = [ [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:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | let x1 : [f64, ..5] = [ [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: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[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[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[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[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[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[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[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[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[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[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[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/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] [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: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[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[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[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 `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] [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] [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 `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] [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] [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 `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] [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] [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] [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:440:16 [INFO] [stdout] | [INFO] [stdout] 440 | let wgk : [f64, ..8] = [ [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: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[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[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[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[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[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[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[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:531:15 [INFO] [stdout] | [INFO] [stdout] 531 | let wg : [f64, ..8] = [ [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: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[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[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[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:570:16 [INFO] [stdout] | [INFO] [stdout] 570 | let xgk : [f64, ..21] = [ [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: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[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[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[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: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:678:15 [INFO] [stdout] | [INFO] [stdout] 678 | let wg : [f64, ..13] = [ [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: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[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: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: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[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] [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] [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] [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[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[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[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[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[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: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: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: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[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 `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] [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] 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] 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/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:70:39 [INFO] [stdout] | [INFO] [stdout] 70 | pub static gsl_rng_default_seed : c_ulong; [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:107:30 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn gsl_sf_airy_Ai(x: c_double, mode: ::Mode) -> 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:107:57 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn gsl_sf_airy_Ai(x: c_double, mode: ::Mode) -> 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:108:32 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn gsl_sf_airy_Ai_e(x: c_double, mode: ::Mode, result: *mut gsl_sf_result) -> enums::value::Value; [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:109:30 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn gsl_sf_airy_Bi(x: c_double, mode: ::Mode) -> 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:109:57 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn gsl_sf_airy_Bi(x: c_double, mode: ::Mode) -> 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:110:32 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn gsl_sf_airy_Bi_e(x: c_double, mode: ::Mode, result: *mut gsl_sf_result) -> enums::value::Value; [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:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn gsl_sf_airy_Ai_scaled(x: c_double, mode: ::Mode) -> 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:111:64 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn gsl_sf_airy_Ai_scaled(x: c_double, mode: ::Mode) -> 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:112:39 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn gsl_sf_airy_Ai_scaled_e(x: c_double, mode: ::Mode, result: *mut gsl_sf_result) -> enums::value::Value; [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:113:37 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn gsl_sf_airy_Bi_scaled(x: c_double, mode: ::Mode) -> 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:113:64 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn gsl_sf_airy_Bi_scaled(x: c_double, mode: ::Mode) -> 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:114:39 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn gsl_sf_airy_Bi_scaled_e(x: c_double, mode: ::Mode, result: *mut gsl_sf_result) -> enums::value::Value; [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:116:36 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn gsl_sf_airy_Ai_deriv(x: c_double, mode: ::Mode) -> 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:116:63 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn gsl_sf_airy_Ai_deriv(x: c_double, mode: ::Mode) -> 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:117:38 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn gsl_sf_airy_Ai_deriv_e(x: c_double, mode: ::Mode, result: *mut gsl_sf_result) -> enums::value::Value; [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:118:36 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn gsl_sf_airy_Bi_deriv(x: c_double, mode: ::Mode) -> 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:118:63 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn gsl_sf_airy_Bi_deriv(x: c_double, mode: ::Mode) -> 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:119:38 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn gsl_sf_airy_Bi_deriv_e(x: c_double, mode: ::Mode, result: *mut gsl_sf_result) -> enums::value::Value; [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:120:43 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn gsl_sf_airy_Ai_deriv_scaled(x: c_double, mode: ::Mode) -> 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:120:70 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn gsl_sf_airy_Ai_deriv_scaled(x: c_double, mode: ::Mode) -> 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:121:45 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn gsl_sf_airy_Ai_deriv_scaled_e(x: c_double, mode: ::Mode, result: *mut gsl_sf_result) -> enums::value::Value; [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:122:43 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn gsl_sf_airy_Bi_deriv_scaled(x: c_double, mode: ::Mode) -> 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:122:70 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn gsl_sf_airy_Bi_deriv_scaled(x: c_double, mode: ::Mode) -> 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:123:45 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn gsl_sf_airy_Bi_deriv_scaled_e(x: c_double, mode: ::Mode, result: *mut gsl_sf_result) -> enums::value::Value; [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:125:35 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn gsl_sf_airy_zero_Ai(s: c_uint) -> 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:125:46 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn gsl_sf_airy_zero_Ai(s: c_uint) -> 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:126:37 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn gsl_sf_airy_zero_Ai_e(s: c_uint, result: *mut gsl_sf_result) -> enums::value::Value; [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:127:35 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn gsl_sf_airy_zero_Bi(s: c_uint) -> 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:127:46 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn gsl_sf_airy_zero_Bi(s: c_uint) -> 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:128:37 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn gsl_sf_airy_zero_Bi_e(s: c_uint, result: *mut gsl_sf_result) -> enums::value::Value; [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:130:41 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn gsl_sf_airy_zero_Ai_deriv(s: c_uint) -> 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:130:52 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn gsl_sf_airy_zero_Ai_deriv(s: c_uint) -> 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:131:43 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn gsl_sf_airy_zero_Ai_deriv_e(s: c_uint, result: *mut gsl_sf_result) -> enums::value::Value; [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:132:41 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn gsl_sf_airy_zero_Bi_deriv(s: c_uint) -> 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:132:52 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn gsl_sf_airy_zero_Bi_deriv(s: c_uint) -> 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:133:43 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn gsl_sf_airy_zero_Bi_deriv_e(s: c_uint, result: *mut gsl_sf_result) -> enums::value::Value; [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:137:32 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn gsl_sf_bessel_I0(x: c_double) -> 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:137:45 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn gsl_sf_bessel_I0(x: c_double) -> 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:138:34 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn gsl_sf_bessel_I0_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:139:32 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn gsl_sf_bessel_I1(x: c_double) -> 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:139:45 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn gsl_sf_bessel_I1(x: c_double) -> 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:140:34 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn gsl_sf_bessel_I1_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:141:32 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn gsl_sf_bessel_In(n: c_int, x: c_double) -> 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:141:42 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn gsl_sf_bessel_In(n: c_int, x: c_double) -> 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:141:55 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn gsl_sf_bessel_In(n: c_int, x: c_double) -> 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:142:34 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn gsl_sf_bessel_In_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:142:44 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn gsl_sf_bessel_In_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:143:41 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn gsl_sf_bessel_In_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:143:54 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn gsl_sf_bessel_In_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:143:64 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn gsl_sf_bessel_In_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:143:93 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn gsl_sf_bessel_In_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:144:39 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn gsl_sf_bessel_I0_scaled(x: c_double) -> 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:144:52 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn gsl_sf_bessel_I0_scaled(x: c_double) -> 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:145:41 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn gsl_sf_bessel_I0_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:146:39 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn gsl_sf_bessel_I1_scaled(x: c_double) -> 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:146:52 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn gsl_sf_bessel_I1_scaled(x: c_double) -> 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:147:41 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn gsl_sf_bessel_I1_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:148:39 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn gsl_sf_bessel_In_scaled(n: c_int, x: c_double) -> 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:148:49 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn gsl_sf_bessel_In_scaled(n: c_int, x: c_double) -> 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:148:62 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn gsl_sf_bessel_In_scaled(n: c_int, x: c_double) -> 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:149:41 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn gsl_sf_bessel_In_scaled_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:149:51 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn gsl_sf_bessel_In_scaled_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:150:48 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn gsl_sf_bessel_In_scaled_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:150:61 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn gsl_sf_bessel_In_scaled_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:150:71 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn gsl_sf_bessel_In_scaled_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:150:100 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn gsl_sf_bessel_In_scaled_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn gsl_sf_bessel_i0_scaled(x: c_double) -> 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:153:52 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn gsl_sf_bessel_i0_scaled(x: c_double) -> 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:154:41 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn gsl_sf_bessel_i0_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:155:39 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn gsl_sf_bessel_i1_scaled(x: c_double) -> 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:155:52 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn gsl_sf_bessel_i1_scaled(x: c_double) -> 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:156:41 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn gsl_sf_bessel_i1_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:157:39 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn gsl_sf_bessel_i2_scaled(x: c_double) -> 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:157:52 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn gsl_sf_bessel_i2_scaled(x: c_double) -> 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:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn gsl_sf_bessel_i2_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:159:39 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn gsl_sf_bessel_il_scaled(l: c_int, x: c_double) -> 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:159:49 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn gsl_sf_bessel_il_scaled(l: c_int, x: c_double) -> 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:159:62 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn gsl_sf_bessel_il_scaled(l: c_int, x: c_double) -> 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:160:41 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn gsl_sf_bessel_il_scaled_e(l: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:160:51 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn gsl_sf_bessel_il_scaled_e(l: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:161:48 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn gsl_sf_bessel_il_scaled_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:161:58 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn gsl_sf_bessel_il_scaled_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:161:87 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn gsl_sf_bessel_il_scaled_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:162:34 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn gsl_sf_bessel_Inu(nu: c_double, x: c_double) -> 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:162:47 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn gsl_sf_bessel_Inu(nu: c_double, x: c_double) -> 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:162:60 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn gsl_sf_bessel_Inu(nu: c_double, x: c_double) -> 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:163:36 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn gsl_sf_bessel_Inu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:163:49 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn gsl_sf_bessel_Inu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:164:41 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn gsl_sf_bessel_Inu_scaled(nu: c_double, x: c_double) -> 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:164:54 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn gsl_sf_bessel_Inu_scaled(nu: c_double, x: c_double) -> 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:164:67 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn gsl_sf_bessel_Inu_scaled(nu: c_double, x: c_double) -> 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:165:43 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn gsl_sf_bessel_Inu_scaled_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:165:56 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn gsl_sf_bessel_Inu_scaled_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:167:32 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn gsl_sf_bessel_J0(x: c_double) -> 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:167:45 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn gsl_sf_bessel_J0(x: c_double) -> 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:168:34 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn gsl_sf_bessel_J0_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:169:32 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn gsl_sf_bessel_J1(x: c_double) -> 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:169:45 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn gsl_sf_bessel_J1(x: c_double) -> 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:170:34 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn gsl_sf_bessel_J1_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:171:32 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn gsl_sf_bessel_Jn(n: c_int, x: c_double) -> 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:171:42 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn gsl_sf_bessel_Jn(n: c_int, x: c_double) -> 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:171:55 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn gsl_sf_bessel_Jn(n: c_int, x: c_double) -> 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:172:34 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn gsl_sf_bessel_Jn_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:172:44 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn gsl_sf_bessel_Jn_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:173:41 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn gsl_sf_bessel_Jn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:173:54 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn gsl_sf_bessel_Jn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:173:64 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn gsl_sf_bessel_Jn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:173:93 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn gsl_sf_bessel_Jn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:175:32 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn gsl_sf_bessel_j0(x: c_double) -> 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:175:45 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn gsl_sf_bessel_j0(x: c_double) -> 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:176:34 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn gsl_sf_bessel_j0_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:177:32 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn gsl_sf_bessel_j1(x: c_double) -> 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:177:45 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn gsl_sf_bessel_j1(x: c_double) -> 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:178:34 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn gsl_sf_bessel_j1_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:179:32 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn gsl_sf_bessel_j2(x: c_double) -> 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:179:45 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn gsl_sf_bessel_j2(x: c_double) -> 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:180:34 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn gsl_sf_bessel_j2_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:181:32 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn gsl_sf_bessel_jl(l: c_int, x: c_double) -> 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:181:42 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn gsl_sf_bessel_jl(l: c_int, x: c_double) -> 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:181:55 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn gsl_sf_bessel_jl(l: c_int, x: c_double) -> 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:182:34 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn gsl_sf_bessel_jl_e(l: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:182:44 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn gsl_sf_bessel_jl_e(l: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:183:41 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn gsl_sf_bessel_jl_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:183:51 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn gsl_sf_bessel_jl_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:183:80 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn gsl_sf_bessel_jl_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:184:47 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn gsl_sf_bessel_jl_steed_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:184:57 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn gsl_sf_bessel_jl_steed_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:184:86 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn gsl_sf_bessel_jl_steed_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:186:34 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn gsl_sf_bessel_Jnu(nu: c_double, x: c_double) -> 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:186:47 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn gsl_sf_bessel_Jnu(nu: c_double, x: c_double) -> 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:186:60 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn gsl_sf_bessel_Jnu(nu: c_double, x: c_double) -> 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:187:36 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn gsl_sf_bessel_Jnu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:187:49 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn gsl_sf_bessel_Jnu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn gsl_sf_bessel_sequence_Jnu_e(nu: c_double, mode: ::Mode, size: i64, v: *mut c_double) -> enums::value::Value; [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:188:88 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn gsl_sf_bessel_sequence_Jnu_e(nu: c_double, mode: ::Mode, size: i64, v: *mut c_double) -> enums::value::Value; [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:190:32 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn gsl_sf_bessel_K0(x: c_double) -> 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:190:45 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn gsl_sf_bessel_K0(x: c_double) -> 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:191:34 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn gsl_sf_bessel_K0_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:192:32 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn gsl_sf_bessel_K1(x: c_double) -> 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:192:45 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn gsl_sf_bessel_K1(x: c_double) -> 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:193:34 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn gsl_sf_bessel_K1_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:194:32 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn gsl_sf_bessel_Kn(n: c_int, x: c_double) -> 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:194:42 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn gsl_sf_bessel_Kn(n: c_int, x: c_double) -> 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:194:55 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn gsl_sf_bessel_Kn(n: c_int, x: c_double) -> 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:195:34 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn gsl_sf_bessel_Kn_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:195:44 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn gsl_sf_bessel_Kn_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:196:41 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn gsl_sf_bessel_Kn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:196:54 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn gsl_sf_bessel_Kn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:196:64 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn gsl_sf_bessel_Kn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:196:93 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn gsl_sf_bessel_Kn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:197:39 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn gsl_sf_bessel_K0_scaled(x: c_double) -> 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:197:52 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn gsl_sf_bessel_K0_scaled(x: c_double) -> 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:198:41 [INFO] [stdout] | [INFO] [stdout] 198 | pub fn gsl_sf_bessel_K0_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:199:39 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn gsl_sf_bessel_K1_scaled(x: c_double) -> 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:199:52 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn gsl_sf_bessel_K1_scaled(x: c_double) -> 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:200:41 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn gsl_sf_bessel_K1_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:201:39 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn gsl_sf_bessel_Kn_scaled(n: c_int, x: c_double) -> 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:201:49 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn gsl_sf_bessel_Kn_scaled(n: c_int, x: c_double) -> 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:201:62 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn gsl_sf_bessel_Kn_scaled(n: c_int, x: c_double) -> 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:202:41 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn gsl_sf_bessel_Kn_scaled_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:202:51 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn gsl_sf_bessel_Kn_scaled_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:203:48 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn gsl_sf_bessel_Kn_scaled_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:203:61 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn gsl_sf_bessel_Kn_scaled_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:203:71 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn gsl_sf_bessel_Kn_scaled_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:203:100 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn gsl_sf_bessel_Kn_scaled_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:205:39 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn gsl_sf_bessel_k0_scaled(x: c_double) -> 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:205:52 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn gsl_sf_bessel_k0_scaled(x: c_double) -> 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:206:41 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn gsl_sf_bessel_k0_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:207:39 [INFO] [stdout] | [INFO] [stdout] 207 | pub fn gsl_sf_bessel_k1_scaled(x: c_double) -> 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:207:52 [INFO] [stdout] | [INFO] [stdout] 207 | pub fn gsl_sf_bessel_k1_scaled(x: c_double) -> 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:208:41 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn gsl_sf_bessel_k1_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:209:39 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn gsl_sf_bessel_k2_scaled(x: c_double) -> 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:209:52 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn gsl_sf_bessel_k2_scaled(x: c_double) -> 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:210:41 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn gsl_sf_bessel_k2_scaled_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:211:39 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn gsl_sf_bessel_kl_scaled(l: c_int, x: c_double) -> 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:211:49 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn gsl_sf_bessel_kl_scaled(l: c_int, x: c_double) -> 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:211:62 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn gsl_sf_bessel_kl_scaled(l: c_int, x: c_double) -> 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:212:41 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn gsl_sf_bessel_kl_scaled_e(l: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:212:51 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn gsl_sf_bessel_kl_scaled_e(l: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:213:48 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn gsl_sf_bessel_kl_scaled_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:213:58 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn gsl_sf_bessel_kl_scaled_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:213:87 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn gsl_sf_bessel_kl_scaled_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn gsl_sf_bessel_Knu(nu: c_double, x: c_double) -> 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:215:47 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn gsl_sf_bessel_Knu(nu: c_double, x: c_double) -> 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:215:60 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn gsl_sf_bessel_Knu(nu: c_double, x: c_double) -> 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:216:36 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn gsl_sf_bessel_Knu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:216:49 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn gsl_sf_bessel_Knu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:217:36 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn gsl_sf_bessel_InKnu(nu: c_double, x: c_double) -> 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:217:49 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn gsl_sf_bessel_InKnu(nu: c_double, x: c_double) -> 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:217:62 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn gsl_sf_bessel_InKnu(nu: c_double, x: c_double) -> 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:218:38 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn gsl_sf_bessel_InKnu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:218:51 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn gsl_sf_bessel_InKnu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:219:41 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn gsl_sf_bessel_Knu_scaled(nu: c_double, x: c_double) -> 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:219:54 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn gsl_sf_bessel_Knu_scaled(nu: c_double, x: c_double) -> 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:219:67 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn gsl_sf_bessel_Knu_scaled(nu: c_double, x: c_double) -> 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:220:43 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn gsl_sf_bessel_Knu_scaled_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:220:56 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn gsl_sf_bessel_Knu_scaled_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:222:32 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn gsl_sf_bessel_Y0(x: c_double) -> 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:222:45 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn gsl_sf_bessel_Y0(x: c_double) -> 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:223:34 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn gsl_sf_bessel_Y0_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:224:32 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn gsl_sf_bessel_Y1(x: c_double) -> 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:224:45 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn gsl_sf_bessel_Y1(x: c_double) -> 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:225:34 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn gsl_sf_bessel_Y1_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:226:32 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn gsl_sf_bessel_Yn(n: c_int, x: c_double) -> 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:226:42 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn gsl_sf_bessel_Yn(n: c_int, x: c_double) -> 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:226:55 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn gsl_sf_bessel_Yn(n: c_int, x: c_double) -> 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:227:34 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn gsl_sf_bessel_Yn_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:227:44 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn gsl_sf_bessel_Yn_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:228:41 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn gsl_sf_bessel_Yn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:228:54 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn gsl_sf_bessel_Yn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:228:64 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn gsl_sf_bessel_Yn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:228:93 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn gsl_sf_bessel_Yn_array(nmin: c_int, nmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:230:32 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn gsl_sf_bessel_y0(x: c_double) -> 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:230:45 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn gsl_sf_bessel_y0(x: c_double) -> 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:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn gsl_sf_bessel_y0_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:232:32 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn gsl_sf_bessel_y1(x: c_double) -> 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:232:45 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn gsl_sf_bessel_y1(x: c_double) -> 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:233:34 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn gsl_sf_bessel_y1_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:234:32 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn gsl_sf_bessel_y2(x: c_double) -> 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:234:45 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn gsl_sf_bessel_y2(x: c_double) -> 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:235:34 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn gsl_sf_bessel_y2_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:236:32 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn gsl_sf_bessel_yl(l: c_int, x: c_double) -> 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:236:42 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn gsl_sf_bessel_yl(l: c_int, x: c_double) -> 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:236:55 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn gsl_sf_bessel_yl(l: c_int, x: c_double) -> 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:237:34 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn gsl_sf_bessel_yl_e(l: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:237:44 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn gsl_sf_bessel_yl_e(l: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:238:41 [INFO] [stdout] | [INFO] [stdout] 238 | pub fn gsl_sf_bessel_yl_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:238:51 [INFO] [stdout] | [INFO] [stdout] 238 | pub fn gsl_sf_bessel_yl_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:238:80 [INFO] [stdout] | [INFO] [stdout] 238 | pub fn gsl_sf_bessel_yl_array(lmax: c_int, x: c_double, result_array: *mut c_double) -> enums::value::Value; [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:240:34 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn gsl_sf_bessel_Ynu(nu: c_double, x: c_double) -> 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:240:47 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn gsl_sf_bessel_Ynu(nu: c_double, x: c_double) -> 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:240:60 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn gsl_sf_bessel_Ynu(nu: c_double, x: c_double) -> 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:241:36 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn gsl_sf_bessel_Ynu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:241:49 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn gsl_sf_bessel_Ynu_e(nu: c_double, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:243:37 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn gsl_sf_bessel_zero_J0(s: c_uint) -> 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:243:48 [INFO] [stdout] | [INFO] [stdout] 243 | pub fn gsl_sf_bessel_zero_J0(s: c_uint) -> 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:244:39 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn gsl_sf_bessel_zero_J0_e(s: c_uint, result: *mut gsl_sf_result) -> enums::value::Value; [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:245:37 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn gsl_sf_bessel_zero_J1(s: c_uint) -> 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:245:48 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn gsl_sf_bessel_zero_J1(s: c_uint) -> 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:246:39 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn gsl_sf_bessel_zero_J1_e(s: c_uint, result: *mut gsl_sf_result) -> enums::value::Value; [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:247:47 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn gsl_sf_bessel_zero_Jnu(nu: f64, s: c_uint) -> 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:247:58 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn gsl_sf_bessel_zero_Jnu(nu: f64, s: c_uint) -> 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:248:49 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn gsl_sf_bessel_zero_Jnu_e(nu: f64, s: c_uint, result: *mut gsl_sf_result) -> enums::value::Value; [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:251:26 [INFO] [stdout] | [INFO] [stdout] 251 | pub fn gsl_sf_sin(x: c_double) -> 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:251:39 [INFO] [stdout] | [INFO] [stdout] 251 | pub fn gsl_sf_sin(x: c_double) -> 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:252:28 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn gsl_sf_sin_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:253:26 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn gsl_sf_cos(x: c_double) -> 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:253:39 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn gsl_sf_cos(x: c_double) -> 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:254:28 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn gsl_sf_cos_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:255:28 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn gsl_sf_hypot(x: c_double) -> 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:255:41 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn gsl_sf_hypot(x: c_double) -> 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:256:30 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn gsl_sf_hypot_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:257:27 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn gsl_sf_sinc(x: c_double) -> 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:257:40 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn gsl_sf_sinc(x: c_double) -> 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:258:29 [INFO] [stdout] | [INFO] [stdout] 258 | pub fn gsl_sf_sinc_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:259:37 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn gsl_sf_complex_sin_e(zr: c_double, zi: c_double, szr: *mut gsl_sf_result, szi: *mut gsl_sf_result) -> enums::value::Value; [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:259:51 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn gsl_sf_complex_sin_e(zr: c_double, zi: c_double, szr: *mut gsl_sf_result, szi: *mut gsl_sf_result) -> enums::value::Value; [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:260:37 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn gsl_sf_complex_cos_e(zr: c_double, zi: c_double, czr: *mut gsl_sf_result, czi: *mut gsl_sf_result) -> enums::value::Value; [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:260:51 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn gsl_sf_complex_cos_e(zr: c_double, zi: c_double, czr: *mut gsl_sf_result, czi: *mut gsl_sf_result) -> enums::value::Value; [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:261:40 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn gsl_sf_complex_logsin_e(zr: c_double, zi: c_double, lszr: *mut gsl_sf_result, lszi: *mut gsl_sf_result) -> enums::value::Value; [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:261:54 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn gsl_sf_complex_logsin_e(zr: c_double, zi: c_double, lszr: *mut gsl_sf_result, lszi: *mut gsl_sf_result) -> enums::value::Value; [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:262:29 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn gsl_sf_lnsinh(x: c_double) -> 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:262:42 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn gsl_sf_lnsinh(x: c_double) -> 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:263:31 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn gsl_sf_lnsinh_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn gsl_sf_lncosh(x: c_double) -> 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:264:42 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn gsl_sf_lncosh(x: c_double) -> 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:265:31 [INFO] [stdout] | [INFO] [stdout] 265 | pub fn gsl_sf_lncosh_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:266:36 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn gsl_sf_polar_to_rect(r: c_double, theta: c_double, x: *mut gsl_sf_result, y: *mut gsl_sf_result) -> enums::value::Value; [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:266:53 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn gsl_sf_polar_to_rect(r: c_double, theta: c_double, x: *mut gsl_sf_result, y: *mut gsl_sf_result) -> enums::value::Value; [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:267:36 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn gsl_sf_rect_to_polar(x: c_double, y: c_double, r: *mut gsl_sf_result, theta: *mut gsl_sf_result) -> enums::value::Value; [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:267:49 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn gsl_sf_rect_to_polar(x: c_double, y: c_double, r: *mut gsl_sf_result, theta: *mut gsl_sf_result) -> enums::value::Value; [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:268:46 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn gsl_sf_angle_restrict_symm(theta: c_double) -> 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:268:59 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn gsl_sf_angle_restrict_symm(theta: c_double) -> 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:269:53 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn gsl_sf_angle_restrict_symm_e(theta: *mut c_double) -> enums::value::Value; [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:270:45 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn gsl_sf_angle_restrict_pos(theta: c_double) -> 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:270:58 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn gsl_sf_angle_restrict_pos(theta: c_double) -> 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:271:52 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn gsl_sf_angle_restrict_pos_e(theta: *mut c_double) -> enums::value::Value; [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:272:32 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn gsl_sf_sin_err_e(x: c_double, dx: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:272:46 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn gsl_sf_sin_err_e(x: c_double, dx: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:273:32 [INFO] [stdout] | [INFO] [stdout] 273 | pub fn gsl_sf_cos_err_e(x: c_double, dx: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:273:46 [INFO] [stdout] | [INFO] [stdout] 273 | pub fn gsl_sf_cos_err_e(x: c_double, dx: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:276:32 [INFO] [stdout] | [INFO] [stdout] 276 | pub fn gsl_sf_expint_E1(x: c_double) -> 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:276:45 [INFO] [stdout] | [INFO] [stdout] 276 | pub fn gsl_sf_expint_E1(x: c_double) -> 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:277:34 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn gsl_sf_expint_E1_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:278:32 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn gsl_sf_expint_E2(x: c_double) -> 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:278:45 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn gsl_sf_expint_E2(x: c_double) -> 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:279:34 [INFO] [stdout] | [INFO] [stdout] 279 | pub fn gsl_sf_expint_E2_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:280:32 [INFO] [stdout] | [INFO] [stdout] 280 | pub fn gsl_sf_expint_En(n: c_int, x: c_double) -> 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:280:42 [INFO] [stdout] | [INFO] [stdout] 280 | pub fn gsl_sf_expint_En(n: c_int, x: c_double) -> 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:280:55 [INFO] [stdout] | [INFO] [stdout] 280 | pub fn gsl_sf_expint_En(n: c_int, x: c_double) -> 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:281:34 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn gsl_sf_expint_En_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:281:44 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn gsl_sf_expint_En_e(n: c_int, x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:282:32 [INFO] [stdout] | [INFO] [stdout] 282 | pub fn gsl_sf_expint_Ei(x: c_double) -> 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:282:45 [INFO] [stdout] | [INFO] [stdout] 282 | pub fn gsl_sf_expint_Ei(x: c_double) -> 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:283:34 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn gsl_sf_expint_Ei_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:284:26 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn gsl_sf_Shi(x: c_double) -> 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:284:39 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn gsl_sf_Shi(x: c_double) -> 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:285:28 [INFO] [stdout] | [INFO] [stdout] 285 | pub fn gsl_sf_Shi_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:286:26 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn gsl_sf_Chi(x: c_double) -> 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:286:39 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn gsl_sf_Chi(x: c_double) -> 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:287:28 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn gsl_sf_Chi_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:288:31 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn gsl_sf_expint_3(x: c_double) -> 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:288:44 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn gsl_sf_expint_3(x: c_double) -> 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:289:33 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn gsl_sf_expint_3_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:290:25 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn gsl_sf_Si(x: c_double) -> 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:290:38 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn gsl_sf_Si(x: c_double) -> 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:291:27 [INFO] [stdout] | [INFO] [stdout] 291 | pub fn gsl_sf_Si_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:292:25 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn gsl_sf_Ci(x: c_double) -> 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:292:38 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn gsl_sf_Ci(x: c_double) -> 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:293:27 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn gsl_sf_Ci_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:294:30 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn gsl_sf_atanint(x: c_double) -> 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:294:43 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn gsl_sf_atanint(x: c_double) -> 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:295:32 [INFO] [stdout] | [INFO] [stdout] 295 | pub fn gsl_sf_atanint_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:298:30 [INFO] [stdout] | [INFO] [stdout] 298 | pub fn gsl_sf_clausen(x: c_double) -> 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:298:43 [INFO] [stdout] | [INFO] [stdout] 298 | pub fn gsl_sf_clausen(x: c_double) -> 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:299:32 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn gsl_sf_clausen_e(x: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:303:36 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn gsl_sf_hydrogenicR_1(Z: c_double, r: c_double) -> 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:303:49 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn gsl_sf_hydrogenicR_1(Z: c_double, r: c_double) -> 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:303:62 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn gsl_sf_hydrogenicR_1(Z: c_double, r: c_double) -> 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:304:38 [INFO] [stdout] | [INFO] [stdout] 304 | pub fn gsl_sf_hydrogenicR_1_e(Z: c_double, r: c_double, result: *mut gsl_sf_result) -> enums::value::Value; [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:304:51 [WARN] too many lines in the log, truncating it