[INFO] crate rtforth 0.1.40 is already in cache [INFO] checking rtforth-0.1.40 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate rtforth 0.1.40 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rtforth 0.1.40 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rtforth 0.1.40 [INFO] finished tweaking crates.io crate rtforth 0.1.40 [INFO] tweaked toml for crates.io crate rtforth 0.1.40 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e04fc774a52f1bce96596ab4fdc62a1a3f69c37712215bbca1f558dcaa01cc2c [INFO] running `"docker" "start" "-a" "e04fc774a52f1bce96596ab4fdc62a1a3f69c37712215bbca1f558dcaa01cc2c"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking encode_unicode v0.1.3 [INFO] [stderr] Checking scoped-tls v0.1.2 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking typenum v1.12.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking uom v0.15.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-executor v0.1.10 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking tokio-sync v0.1.8 [INFO] [stderr] Checking tokio-threadpool v0.1.18 [INFO] [stderr] Checking tokio-timer v0.2.13 [INFO] [stderr] Checking tokio-current-thread v0.1.7 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking rtforth v0.1.40 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/output.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | primitive!{fn emit(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/output.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | primitive!{fn p_type(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/output.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | primitive!{fn s_quote(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/output.rs:94:5 [INFO] [stderr] | [INFO] [stderr] 94 | primitive!{fn dot_quote(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/output.rs:103:5 [INFO] [stderr] | [INFO] [stderr] 103 | primitive!{fn dot_paren(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/output.rs:116:5 [INFO] [stderr] | [INFO] [stderr] 116 | primitive!{fn dot(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/output.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | primitive!{fn fdot(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/output.rs:158:5 [INFO] [stderr] | [INFO] [stderr] 158 | primitive!{fn p_flush(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/tools.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | primitive!{fn dot_s(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/tools.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | primitive!{fn words(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/env.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | primitive!{fn max_n(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/env.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | primitive!{fn max_u(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/facility.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | primitive!{fn ntime(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/facility.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | primitive!{fn utime(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | primitive!{fn p_fconst(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | primitive!{fn fvariable(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | primitive!{fn fconstant(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | primitive!{fn ffetch(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | primitive!{fn fstore(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | primitive!{fn fabs(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | primitive!{fn fsin(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | primitive!{fn fcos(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | primitive!{fn ftan(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | primitive!{fn fasin(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | primitive!{fn facos(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:116:5 [INFO] [stderr] | [INFO] [stderr] 116 | primitive!{fn fatan(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:121:5 [INFO] [stderr] | [INFO] [stderr] 121 | primitive!{fn fatan2(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | primitive!{fn fsqrt(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | primitive!{fn fswap(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | primitive!{fn fnip(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:144:5 [INFO] [stderr] | [INFO] [stderr] 144 | primitive!{fn fdup(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | primitive!{fn fdrop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | primitive!{fn frot(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:160:5 [INFO] [stderr] | [INFO] [stderr] 160 | primitive!{fn fover(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | primitive!{fn n_to_f(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | primitive!{fn fplus(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:177:5 [INFO] [stderr] | [INFO] [stderr] 177 | primitive!{fn fminus(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | primitive!{fn fstar(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:189:5 [INFO] [stderr] | [INFO] [stderr] 189 | primitive!{fn fslash(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | primitive!{fn fproximate(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | primitive!{fn f_zero_less_than(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:217:5 [INFO] [stderr] | [INFO] [stderr] 217 | primitive!{fn f_zero_equals(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:222:5 [INFO] [stderr] | [INFO] [stderr] 222 | primitive!{fn f_less_than(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:228:5 [INFO] [stderr] | [INFO] [stderr] 228 | primitive!{fn fmin(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:233:5 [INFO] [stderr] | [INFO] [stderr] 233 | primitive!{fn fmax(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:238:5 [INFO] [stderr] | [INFO] [stderr] 238 | primitive!{fn fround(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | primitive!{fn floor(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | primitive!{fn fceil(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/float.rs:253:5 [INFO] [stderr] | [INFO] [stderr] 253 | primitive!{fn fnegate(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | primitive!{fn from_meter(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | primitive!{fn from_mm(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | primitive!{fn from_um(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | primitive!{fn from_deg(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | primitive!{fn from_rad(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | primitive!{fn from_hour(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | primitive!{fn from_minute(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | primitive!{fn from_sec(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | primitive!{fn from_msec(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | primitive!{fn from_usec(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | primitive!{fn mm_per_min(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | primitive!{fn um_per_msec(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:93:6 [INFO] [stderr] | [INFO] [stderr] 93 | primitive!{fn rpm(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/units.rs:98:6 [INFO] [stderr] | [INFO] [stderr] 98 | primitive!{fn hertz(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | action: primitive!{ fn (&mut Target) }, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn new(symbol: Symbol, action: primitive!{fn(&mut Target)}, compilation_semantics: fn(&mut Target, usize), dfa: usize, cfa: usize) -> Word { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn action(&self) -> primitive!{fn(&mut Target)} { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:533:53 [INFO] [stderr] | [INFO] [stderr] 533 | fn add_primitive(&mut self, name: &str, action: primitive!{fn(&mut Self)}) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:542:53 [INFO] [stderr] | [INFO] [stderr] 542 | fn add_immediate(&mut self, name: &str, action: primitive!{fn(&mut Self)}) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:549:56 [INFO] [stderr] | [INFO] [stderr] 549 | fn add_compile_only(&mut self, name: &str, action: primitive!{fn(&mut Self)}) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:556:70 [INFO] [stderr] | [INFO] [stderr] 556 | fn add_immediate_and_compile_only(&mut self, name: &str, action: primitive!{fn(&mut Self)}) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:777:5 [INFO] [stderr] | [INFO] [stderr] 777 | primitive!{fn lit(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:795:5 [INFO] [stderr] | [INFO] [stderr] 795 | primitive!{fn flit(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:814:5 [INFO] [stderr] | [INFO] [stderr] 814 | primitive!{fn p_s_quote(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1032:5 [INFO] [stderr] | [INFO] [stderr] 1032 | primitive!{fn left_bracket(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1036:5 [INFO] [stderr] | [INFO] [stderr] 1036 | primitive!{fn right_bracket(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1052:5 [INFO] [stderr] | [INFO] [stderr] 1052 | primitive!{fn parse_word(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1081:5 [INFO] [stderr] | [INFO] [stderr] 1081 | primitive!{fn char(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1104:5 [INFO] [stderr] | [INFO] [stderr] 1104 | primitive!{fn bracket_char(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1116:5 [INFO] [stderr] | [INFO] [stderr] 1116 | primitive!{fn parse(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1138:5 [INFO] [stderr] | [INFO] [stderr] 1138 | primitive!{fn imm_paren(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1143:5 [INFO] [stderr] | [INFO] [stderr] 1143 | primitive!{fn imm_backslash(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1150:5 [INFO] [stderr] | [INFO] [stderr] 1150 | primitive!{fn compile_token(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1192:5 [INFO] [stderr] | [INFO] [stderr] 1192 | primitive!{fn interpret_token(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1233:5 [INFO] [stderr] | [INFO] [stderr] 1233 | primitive!{fn p_compiling(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1242:5 [INFO] [stderr] | [INFO] [stderr] 1242 | primitive!{fn p_token_empty(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1250:5 [INFO] [stderr] | [INFO] [stderr] 1250 | primitive!{fn evaluate(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1280:5 [INFO] [stderr] | [INFO] [stderr] 1280 | primitive!{fn base(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1322:5 [INFO] [stderr] | [INFO] [stderr] 1322 | primitive!{fn nest(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1330:5 [INFO] [stderr] | [INFO] [stderr] 1330 | primitive!{fn p_var(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1336:5 [INFO] [stderr] | [INFO] [stderr] 1336 | primitive!{fn p_const(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1343:34 [INFO] [stderr] | [INFO] [stderr] 1343 | fn define(&mut self, action: primitive!{fn(&mut Self)}, compilation_semantics: fn(&mut Self, usize)) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1369:5 [INFO] [stderr] | [INFO] [stderr] 1369 | primitive!{fn colon(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1379:5 [INFO] [stderr] | [INFO] [stderr] 1379 | primitive!{fn semicolon(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1394:5 [INFO] [stderr] | [INFO] [stderr] 1394 | primitive!{fn create(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1398:5 [INFO] [stderr] | [INFO] [stderr] 1398 | primitive!{fn variable(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1405:5 [INFO] [stderr] | [INFO] [stderr] 1405 | primitive!{fn constant(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1413:5 [INFO] [stderr] | [INFO] [stderr] 1413 | primitive!{fn unmark(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1430:5 [INFO] [stderr] | [INFO] [stderr] 1430 | primitive!{fn marker(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1439:5 [INFO] [stderr] | [INFO] [stderr] 1439 | primitive!{fn branch(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1459:5 [INFO] [stderr] | [INFO] [stderr] 1459 | primitive!{fn zero_branch(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1499:5 [INFO] [stderr] | [INFO] [stderr] 1499 | primitive!{fn _do(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1524:5 [INFO] [stderr] | [INFO] [stderr] 1524 | primitive!{fn _loop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1560:5 [INFO] [stderr] | [INFO] [stderr] 1560 | primitive!{fn _plus_loop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1596:5 [INFO] [stderr] | [INFO] [stderr] 1596 | primitive!{fn unloop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1606:5 [INFO] [stderr] | [INFO] [stderr] 1606 | primitive!{fn leave(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1674:5 [INFO] [stderr] | [INFO] [stderr] 1674 | primitive!{fn p_i(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1682:5 [INFO] [stderr] | [INFO] [stderr] 1682 | primitive!{fn p_j(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1700:5 [INFO] [stderr] | [INFO] [stderr] 1700 | primitive!{fn imm_if(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1715:5 [INFO] [stderr] | [INFO] [stderr] 1715 | primitive!{fn imm_else(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1760:5 [INFO] [stderr] | [INFO] [stderr] 1760 | primitive!{fn imm_then(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1810:5 [INFO] [stderr] | [INFO] [stderr] 1810 | primitive!{fn imm_begin(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1822:5 [INFO] [stderr] | [INFO] [stderr] 1822 | primitive!{fn imm_while(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1837:5 [INFO] [stderr] | [INFO] [stderr] 1837 | primitive!{fn imm_repeat(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1882:5 [INFO] [stderr] | [INFO] [stderr] 1882 | primitive!{fn imm_again(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1916:5 [INFO] [stderr] | [INFO] [stderr] 1916 | primitive!{fn imm_recurse(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1926:5 [INFO] [stderr] | [INFO] [stderr] 1926 | primitive!{fn imm_do(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:1955:5 [INFO] [stderr] | [INFO] [stderr] 1955 | primitive!{fn imm_loop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2017:5 [INFO] [stderr] | [INFO] [stderr] 2017 | primitive!{fn imm_plus_loop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2078:5 [INFO] [stderr] | [INFO] [stderr] 2078 | primitive!{fn noop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2085:5 [INFO] [stderr] | [INFO] [stderr] 2085 | primitive!{fn p_true(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2092:5 [INFO] [stderr] | [INFO] [stderr] 2092 | primitive!{fn p_false(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2099:5 [INFO] [stderr] | [INFO] [stderr] 2099 | primitive!{fn char_plus(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2107:5 [INFO] [stderr] | [INFO] [stderr] 2107 | primitive!{fn chars(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2116:5 [INFO] [stderr] | [INFO] [stderr] 2116 | primitive!{fn cell_plus(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2124:5 [INFO] [stderr] | [INFO] [stderr] 2124 | primitive!{fn cells(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2129:5 [INFO] [stderr] | [INFO] [stderr] 2129 | primitive!{fn swap(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2137:5 [INFO] [stderr] | [INFO] [stderr] 2137 | primitive!{fn dup(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2143:5 [INFO] [stderr] | [INFO] [stderr] 2143 | primitive!{fn p_drop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2148:5 [INFO] [stderr] | [INFO] [stderr] 2148 | primitive!{fn pop_s_stack(&mut self) -> isize { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2155:5 [INFO] [stderr] | [INFO] [stderr] 2155 | primitive!{fn nip(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2162:5 [INFO] [stderr] | [INFO] [stderr] 2162 | primitive!{fn over(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2168:5 [INFO] [stderr] | [INFO] [stderr] 2168 | primitive!{fn rot(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2177:5 [INFO] [stderr] | [INFO] [stderr] 2177 | primitive!{fn two_drop(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2182:5 [INFO] [stderr] | [INFO] [stderr] 2182 | primitive!{fn two_dup(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2189:5 [INFO] [stderr] | [INFO] [stderr] 2189 | primitive!{fn two_swap(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2199:5 [INFO] [stderr] | [INFO] [stderr] 2199 | primitive!{fn two_over(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2206:5 [INFO] [stderr] | [INFO] [stderr] 2206 | primitive!{fn depth(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2211:5 [INFO] [stderr] | [INFO] [stderr] 2211 | primitive!{fn one_plus(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2217:5 [INFO] [stderr] | [INFO] [stderr] 2217 | primitive!{fn one_minus(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2223:5 [INFO] [stderr] | [INFO] [stderr] 2223 | primitive!{fn plus(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2231:5 [INFO] [stderr] | [INFO] [stderr] 2231 | primitive!{fn minus(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2239:5 [INFO] [stderr] | [INFO] [stderr] 2239 | primitive!{fn star(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2247:5 [INFO] [stderr] | [INFO] [stderr] 2247 | primitive!{fn slash(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2259:5 [INFO] [stderr] | [INFO] [stderr] 2259 | primitive!{fn p_mod(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2271:5 [INFO] [stderr] | [INFO] [stderr] 2271 | primitive!{fn slash_mod(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2283:5 [INFO] [stderr] | [INFO] [stderr] 2283 | primitive!{fn abs(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2288:5 [INFO] [stderr] | [INFO] [stderr] 2288 | primitive!{fn negate(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2293:5 [INFO] [stderr] | [INFO] [stderr] 2293 | primitive!{fn zero_less(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2298:5 [INFO] [stderr] | [INFO] [stderr] 2298 | primitive!{fn zero_equals(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2303:5 [INFO] [stderr] | [INFO] [stderr] 2303 | primitive!{fn zero_greater(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2308:5 [INFO] [stderr] | [INFO] [stderr] 2308 | primitive!{fn zero_not_equals(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2313:5 [INFO] [stderr] | [INFO] [stderr] 2313 | primitive!{fn equals(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2318:5 [INFO] [stderr] | [INFO] [stderr] 2318 | primitive!{fn less_than(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2323:5 [INFO] [stderr] | [INFO] [stderr] 2323 | primitive!{fn greater_than(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2328:5 [INFO] [stderr] | [INFO] [stderr] 2328 | primitive!{fn not_equals(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2333:5 [INFO] [stderr] | [INFO] [stderr] 2333 | primitive!{fn between(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2339:5 [INFO] [stderr] | [INFO] [stderr] 2339 | primitive!{fn invert(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2344:5 [INFO] [stderr] | [INFO] [stderr] 2344 | primitive!{fn and(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2349:5 [INFO] [stderr] | [INFO] [stderr] 2349 | primitive!{fn or(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2354:5 [INFO] [stderr] | [INFO] [stderr] 2354 | primitive!{fn xor(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2365:5 [INFO] [stderr] | [INFO] [stderr] 2365 | primitive!{fn lshift(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2376:5 [INFO] [stderr] | [INFO] [stderr] 2376 | primitive!{fn rshift(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2389:5 [INFO] [stderr] | [INFO] [stderr] 2389 | primitive!{fn exit(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2398:5 [INFO] [stderr] | [INFO] [stderr] 2398 | primitive!{fn fetch(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2411:5 [INFO] [stderr] | [INFO] [stderr] 2411 | primitive!{fn store(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2424:5 [INFO] [stderr] | [INFO] [stderr] 2424 | primitive!{fn c_fetch(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2439:5 [INFO] [stderr] | [INFO] [stderr] 2439 | primitive!{fn c_store(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2453:5 [INFO] [stderr] | [INFO] [stderr] 2453 | primitive!{fn tick(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2477:5 [INFO] [stderr] | [INFO] [stderr] 2477 | primitive!{fn execute(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2485:5 [INFO] [stderr] | [INFO] [stderr] 2485 | primitive!{fn here(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2495:5 [INFO] [stderr] | [INFO] [stderr] 2495 | primitive!{fn allot(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2506:5 [INFO] [stderr] | [INFO] [stderr] 2506 | primitive!{fn comma(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2511:5 [INFO] [stderr] | [INFO] [stderr] 2511 | primitive!{fn p_to_r(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2519:5 [INFO] [stderr] | [INFO] [stderr] 2519 | primitive!{fn r_from(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2527:5 [INFO] [stderr] | [INFO] [stderr] 2527 | primitive!{fn r_fetch(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2534:5 [INFO] [stderr] | [INFO] [stderr] 2534 | primitive!{fn two_to_r(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2543:5 [INFO] [stderr] | [INFO] [stderr] 2543 | primitive!{fn two_r_from(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2552:5 [INFO] [stderr] | [INFO] [stderr] 2552 | primitive!{fn two_r_fetch(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2564:5 [INFO] [stderr] | [INFO] [stderr] 2564 | primitive!{fn check_stacks(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2584:5 [INFO] [stderr] | [INFO] [stderr] 2584 | primitive!{fn handler_store(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2589:5 [INFO] [stderr] | [INFO] [stderr] 2589 | primitive!{fn p_error_q(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2598:5 [INFO] [stderr] | [INFO] [stderr] 2598 | primitive!{fn p_handle_error(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2616:5 [INFO] [stderr] | [INFO] [stderr] 2616 | primitive!{fn clear_stacks(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2624:5 [INFO] [stderr] | [INFO] [stderr] 2624 | primitive!{fn reset(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2635:5 [INFO] [stderr] | [INFO] [stderr] 2635 | primitive!{fn _regs(&mut self) -> &mut [usize; 2] { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2693:5 [INFO] [stderr] | [INFO] [stderr] 2693 | primitive!{fn abort(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2698:5 [INFO] [stderr] | [INFO] [stderr] 2698 | primitive!{fn halt(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `primitive` in this scope [INFO] [stderr] --> src/core.rs:2702:5 [INFO] [stderr] | [INFO] [stderr] 2702 | primitive!{fn bye(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking rustyline v1.0.0 [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:812:5 [INFO] [stderr] | [INFO] [stderr] 812 | /// Runtime of S" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1049:5 [INFO] [stderr] | [INFO] [stderr] 1049 | /// Run-time: ( "ccc" -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1050:5 [INFO] [stderr] | [INFO] [stderr] 1050 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1051:5 [INFO] [stderr] | [INFO] [stderr] 1051 | /// Parse word delimited by white space, skipping leading white spaces. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1077:5 [INFO] [stderr] | [INFO] [stderr] 1077 | /// Run-time: ( "<spaces>name" -- char) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1078:5 [INFO] [stderr] | [INFO] [stderr] 1078 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1079:5 [INFO] [stderr] | [INFO] [stderr] 1079 | /// Skip leading space delimiters. Parse name delimited by a space. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1080:5 [INFO] [stderr] | [INFO] [stderr] 1080 | /// Put the value of its first character onto the stack. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1096:5 [INFO] [stderr] | [INFO] [stderr] 1096 | /// Compilation: ( "<spaces>name" -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1097:5 [INFO] [stderr] | [INFO] [stderr] 1097 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1098:5 [INFO] [stderr] | [INFO] [stderr] 1098 | /// Skip leading space delimiters. Parse name delimited by a space. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1099:5 [INFO] [stderr] | [INFO] [stderr] 1099 | /// Append the run-time semantics given below to the current definition. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1100:5 [INFO] [stderr] | [INFO] [stderr] 1100 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1101:5 [INFO] [stderr] | [INFO] [stderr] 1101 | /// Run-time: ( -- char ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1102:5 [INFO] [stderr] | [INFO] [stderr] 1102 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1103:5 [INFO] [stderr] | [INFO] [stderr] 1103 | /// Place `char`, the value of the first character of name, on the stack. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1113:5 [INFO] [stderr] | [INFO] [stderr] 1113 | /// Run-time: ( char "ccc<char>" -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1114:5 [INFO] [stderr] | [INFO] [stderr] 1114 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1115:5 [INFO] [stderr] | [INFO] [stderr] 1115 | /// Parse ccc delimited by the delimiter char. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1492:5 [INFO] [stderr] | [INFO] [stderr] 1492 | /// ( n1|u1 n2|u2 -- ) ( R: -- loop-sys ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1493:5 [INFO] [stderr] | [INFO] [stderr] 1493 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1494:5 [INFO] [stderr] | [INFO] [stderr] 1494 | /// Set up loop control parameters with index `n2`|`u2` and limit `n1`|`u1`. An [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1495:5 [INFO] [stderr] | [INFO] [stderr] 1495 | /// ambiguous condition exists if `n1`|`u1` and `n2`|`u2` are not both the same [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1496:5 [INFO] [stderr] | [INFO] [stderr] 1496 | /// type. Anything already on the return stack becomes unavailable until [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1497:5 [INFO] [stderr] | [INFO] [stderr] 1497 | /// the loop-control parameters are discarded. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1516:5 [INFO] [stderr] | [INFO] [stderr] 1516 | /// Run-time: ( -- ) ( R: loop-sys1 -- | loop-sys2 ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1517:5 [INFO] [stderr] | [INFO] [stderr] 1517 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1518:5 [INFO] [stderr] | [INFO] [stderr] 1518 | /// An ambiguous condition exists if the loop control parameters are [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1519:5 [INFO] [stderr] | [INFO] [stderr] 1519 | /// unavailable. Add one to the loop index. If the loop index is then equal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1520:5 [INFO] [stderr] | [INFO] [stderr] 1520 | /// to the loop limit, discard the loop parameters and continue execution [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1521:5 [INFO] [stderr] | [INFO] [stderr] 1521 | /// immediately following the loop. Otherwise continue execution at the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1522:5 [INFO] [stderr] | [INFO] [stderr] 1522 | /// beginning of the loop. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1551:5 [INFO] [stderr] | [INFO] [stderr] 1551 | /// Run-time: ( n -- ) ( R: loop-sys1 -- | loop-sys2 ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1552:5 [INFO] [stderr] | [INFO] [stderr] 1552 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1553:5 [INFO] [stderr] | [INFO] [stderr] 1553 | /// An ambiguous condition exists if the loop control parameters are [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1554:5 [INFO] [stderr] | [INFO] [stderr] 1554 | /// unavailable. Add `n` to the loop index. If the loop index did not cross [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1555:5 [INFO] [stderr] | [INFO] [stderr] 1555 | /// the boundary between the loop limit minus one and the loop limit, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1556:5 [INFO] [stderr] | [INFO] [stderr] 1556 | /// continue execution at the beginning of the loop. Otherwise, discard the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1557:5 [INFO] [stderr] | [INFO] [stderr] 1557 | /// current loop control parameters and continue execution immediately [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1558:5 [INFO] [stderr] | [INFO] [stderr] 1558 | /// following the loop. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1589:5 [INFO] [stderr] | [INFO] [stderr] 1589 | /// Run-time: ( -- ) ( R: loop-sys -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1590:5 [INFO] [stderr] | [INFO] [stderr] 1590 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1591:5 [INFO] [stderr] | [INFO] [stderr] 1591 | /// Discard the loop-control parameters for the current nesting level. An [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1592:5 [INFO] [stderr] | [INFO] [stderr] 1592 | /// `UNLOOP` is required for each nesting level before the definition may be [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1593:5 [INFO] [stderr] | [INFO] [stderr] 1593 | /// `EXIT`ed. An ambiguous condition exists if the loop-control parameters [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1594:5 [INFO] [stderr] | [INFO] [stderr] 1594 | /// are unavailable. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1921:5 [INFO] [stderr] | [INFO] [stderr] 1921 | /// Execution: ( -- a-ddr ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1922:5 [INFO] [stderr] | [INFO] [stderr] 1922 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1923:5 [INFO] [stderr] | [INFO] [stderr] 1923 | /// Append the run-time semantics of `_do` to the current definition. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1924:5 [INFO] [stderr] | [INFO] [stderr] 1924 | /// The semantics are incomplete until resolved by `LOOP` or `+LOOP`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1948:5 [INFO] [stderr] | [INFO] [stderr] 1948 | /// Run-time: ( a-addr -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1949:5 [INFO] [stderr] | [INFO] [stderr] 1949 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1950:5 [INFO] [stderr] | [INFO] [stderr] 1950 | /// Append the run-time semantics of `_LOOP` to the current definition. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1951:5 [INFO] [stderr] | [INFO] [stderr] 1951 | /// Resolve the destination of all unresolved occurrences of `LEAVE` between [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1952:5 [INFO] [stderr] | [INFO] [stderr] 1952 | /// the location given by do-sys and the next location for a transfer of [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:1953:5 [INFO] [stderr] | [INFO] [stderr] 1953 | /// control, to execute the words following the `LOOP`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2010:5 [INFO] [stderr] | [INFO] [stderr] 2010 | /// Run-time: ( a-addr -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2011:5 [INFO] [stderr] | [INFO] [stderr] 2011 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2012:5 [INFO] [stderr] | [INFO] [stderr] 2012 | /// Append the run-time semantics of `_+LOOP` to the current definition. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2013:5 [INFO] [stderr] | [INFO] [stderr] 2013 | /// Resolve the destination of all unresolved occurrences of `LEAVE` between [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2014:5 [INFO] [stderr] | [INFO] [stderr] 2014 | /// the location given by do-sys and the next location for a transfer of [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2015:5 [INFO] [stderr] | [INFO] [stderr] 2015 | /// control, to execute the words following `+LOOP`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2075:5 [INFO] [stderr] | [INFO] [stderr] 2075 | /// Run-time: ( -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2076:5 [INFO] [stderr] | [INFO] [stderr] 2076 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2077:5 [INFO] [stderr] | [INFO] [stderr] 2077 | /// No operation [INFO] [stderr] | ^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2082:5 [INFO] [stderr] | [INFO] [stderr] 2082 | /// Run-time: ( -- true ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2083:5 [INFO] [stderr] | [INFO] [stderr] 2083 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2084:5 [INFO] [stderr] | [INFO] [stderr] 2084 | /// Return a true flag, a single-cell value with all bits set. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2089:5 [INFO] [stderr] | [INFO] [stderr] 2089 | /// Run-time: ( -- false ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2090:5 [INFO] [stderr] | [INFO] [stderr] 2090 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2091:5 [INFO] [stderr] | [INFO] [stderr] 2091 | /// Return a false flag. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2096:5 [INFO] [stderr] | [INFO] [stderr] 2096 | /// Run-time: (c-addr1 -- c-addr2 ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2097:5 [INFO] [stderr] | [INFO] [stderr] 2097 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2098:5 [INFO] [stderr] | [INFO] [stderr] 2098 | ///Add the size in address units of a character to `c-addr1`, giving `c-addr2`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2104:5 [INFO] [stderr] | [INFO] [stderr] 2104 | /// Run-time: (n1 -- n2 ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2105:5 [INFO] [stderr] | [INFO] [stderr] 2105 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2106:5 [INFO] [stderr] | [INFO] [stderr] 2106 | /// `n2` is the size in address units of `n1` characters. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2113:5 [INFO] [stderr] | [INFO] [stderr] 2113 | /// Run-time: (a-addr1 -- a-addr2 ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2114:5 [INFO] [stderr] | [INFO] [stderr] 2114 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2115:5 [INFO] [stderr] | [INFO] [stderr] 2115 | /// Add the size in address units of a cell to `a-addr1`, giving `a-addr2`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2121:5 [INFO] [stderr] | [INFO] [stderr] 2121 | /// Run-time: (n1 -- n2 ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2122:5 [INFO] [stderr] | [INFO] [stderr] 2122 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2123:5 [INFO] [stderr] | [INFO] [stderr] 2123 | /// `n2` is the size in address units of `n1` cells. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2359:5 [INFO] [stderr] | [INFO] [stderr] 2359 | /// Run-time: ( x1 u -- x2 ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2360:5 [INFO] [stderr] | [INFO] [stderr] 2360 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2361:5 [INFO] [stderr] | [INFO] [stderr] 2361 | /// Perform a logical left shift of `u` bit-places on `x1`, giving `x2`. Put [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2362:5 [INFO] [stderr] | [INFO] [stderr] 2362 | /// zeroes into the least significant bits vacated by the shift. An [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2363:5 [INFO] [stderr] | [INFO] [stderr] 2363 | /// ambiguous condition exists if `u` is greater than or equal to the number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2364:5 [INFO] [stderr] | [INFO] [stderr] 2364 | /// of bits in a cell. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2370:5 [INFO] [stderr] | [INFO] [stderr] 2370 | /// Run-time: ( x1 u -- x2 ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2371:5 [INFO] [stderr] | [INFO] [stderr] 2371 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2372:5 [INFO] [stderr] | [INFO] [stderr] 2372 | /// Perform a logical right shift of `u` bit-places on `x1`, giving `x2`. Put [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2373:5 [INFO] [stderr] | [INFO] [stderr] 2373 | /// zeroes into the most significant bits vacated by the shift. An [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2374:5 [INFO] [stderr] | [INFO] [stderr] 2374 | /// ambiguous condition exists if `u` is greater than or equal to the number [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2375:5 [INFO] [stderr] | [INFO] [stderr] 2375 | /// of bits in a cell. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2382:5 [INFO] [stderr] | [INFO] [stderr] 2382 | /// Interpretation: Interpretation semantics for this word are undefined. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2383:5 [INFO] [stderr] | [INFO] [stderr] 2383 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2384:5 [INFO] [stderr] | [INFO] [stderr] 2384 | /// Execution: ( -- ) ( R: nest-sys -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2385:5 [INFO] [stderr] | [INFO] [stderr] 2385 | /// Return control to the calling definition specified by `nest-sys`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2386:5 [INFO] [stderr] | [INFO] [stderr] 2386 | /// Before executing `EXIT` within a do-loop, a program shall discard the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2387:5 [INFO] [stderr] | [INFO] [stderr] 2387 | /// loop-control parameters by executing `UNLOOP`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2388:5 [INFO] [stderr] | [INFO] [stderr] 2388 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2395:5 [INFO] [stderr] | [INFO] [stderr] 2395 | /// Run-time: ( a-addr -- x ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2396:5 [INFO] [stderr] | [INFO] [stderr] 2396 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2397:5 [INFO] [stderr] | [INFO] [stderr] 2397 | /// `x` is the value stored at `a-addr`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2408:5 [INFO] [stderr] | [INFO] [stderr] 2408 | /// Run-time: ( x a-addr -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2409:5 [INFO] [stderr] | [INFO] [stderr] 2409 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2410:5 [INFO] [stderr] | [INFO] [stderr] 2410 | /// Store `x` at `a-addr`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2420:5 [INFO] [stderr] | [INFO] [stderr] 2420 | /// Run-time: ( c-addr -- char ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2421:5 [INFO] [stderr] | [INFO] [stderr] 2421 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2422:5 [INFO] [stderr] | [INFO] [stderr] 2422 | /// Fetch the character stored at `c-addr`. When the cell size is greater than [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2423:5 [INFO] [stderr] | [INFO] [stderr] 2423 | /// character size, the unused high-order bits are all zeroes. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2434:5 [INFO] [stderr] | [INFO] [stderr] 2434 | /// Run-time: ( char c-addr -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2435:5 [INFO] [stderr] | [INFO] [stderr] 2435 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2436:5 [INFO] [stderr] | [INFO] [stderr] 2436 | /// Store `char` at `c-addr`. When character size is smaller than cell size, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2437:5 [INFO] [stderr] | [INFO] [stderr] 2437 | /// only the number of low-order bits corresponding to character size are [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2438:5 [INFO] [stderr] | [INFO] [stderr] 2438 | /// transferred. [INFO] [stderr] | ^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2448:5 [INFO] [stderr] | [INFO] [stderr] 2448 | /// Run-time: ( "name" -- xt ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2449:5 [INFO] [stderr] | [INFO] [stderr] 2449 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2450:5 [INFO] [stderr] | [INFO] [stderr] 2450 | /// Skip leading space delimiters. Parse name delimited by a space. Find [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2451:5 [INFO] [stderr] | [INFO] [stderr] 2451 | /// `name` and return `xt`, the execution token for name. An ambiguous [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2452:5 [INFO] [stderr] | [INFO] [stderr] 2452 | /// condition exists if name is not found. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2473:5 [INFO] [stderr] | [INFO] [stderr] 2473 | /// Run-time: ( i*x xt -- j*x ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2474:5 [INFO] [stderr] | [INFO] [stderr] 2474 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2475:5 [INFO] [stderr] | [INFO] [stderr] 2475 | /// Remove `xt` from the stack and perform the semantics identified by it. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2476:5 [INFO] [stderr] | [INFO] [stderr] 2476 | /// Other stack effects are due to the word `EXECUTE`d. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2482:5 [INFO] [stderr] | [INFO] [stderr] 2482 | /// Run-time: ( -- addr ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2483:5 [INFO] [stderr] | [INFO] [stderr] 2483 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2484:5 [INFO] [stderr] | [INFO] [stderr] 2484 | /// `addr` is the data-space pointer. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2490:5 [INFO] [stderr] | [INFO] [stderr] 2490 | /// Run-time: ( n -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2491:5 [INFO] [stderr] | [INFO] [stderr] 2491 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2492:5 [INFO] [stderr] | [INFO] [stderr] 2492 | /// If `n` is greater than zero, reserve n address units of data space. If `n` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2493:5 [INFO] [stderr] | [INFO] [stderr] 2493 | /// is less than zero, release `|n|` address units of data space. If `n` is [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2494:5 [INFO] [stderr] | [INFO] [stderr] 2494 | /// zero, leave the data-space pointer unchanged. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2500:5 [INFO] [stderr] | [INFO] [stderr] 2500 | /// Run-time: ( x -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2501:5 [INFO] [stderr] | [INFO] [stderr] 2501 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2502:5 [INFO] [stderr] | [INFO] [stderr] 2502 | /// Reserve one cell of data space and store `x` in the cell. If the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2503:5 [INFO] [stderr] | [INFO] [stderr] 2503 | /// data-space pointer is aligned when `,` begins execution, it will remain [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2504:5 [INFO] [stderr] | [INFO] [stderr] 2504 | /// aligned when `,` finishes execution. An ambiguous condition exists if the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2505:5 [INFO] [stderr] | [INFO] [stderr] 2505 | /// data-space pointer is not aligned prior to execution of `,`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2614:5 [INFO] [stderr] | [INFO] [stderr] 2614 | /// Clear data and floating point stacks. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2615:5 [INFO] [stderr] | [INFO] [stderr] 2615 | /// Called by VM's client upon Abort. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2621:5 [INFO] [stderr] | [INFO] [stderr] 2621 | /// Reset VM, do not clear data stack and floating point stack. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2622:5 [INFO] [stderr] | [INFO] [stderr] 2622 | /// Called by VM's client upon Quit. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/core.rs:2692:5 [INFO] [stderr] | [INFO] [stderr] 2692 | /// Abort the inner loop with an exception, reset VM and clears stacks. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | /// Run-time: ( x -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | /// Put x into output buffer. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | /// Run-time: ( c-addr u -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | /// Put the character string specified by c-addr and u into output buffer. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | /// Compilation: ( "ccc" -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | /// Parse ccc delimited by " (double-quote). Append the run-time semantics given below to the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | /// current definition. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | /// Run-time: ( -- c-addr u ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | /// Return c-addr and u describing a string consisting of the characters ccc. A program [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | /// shall not alter the returned string. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | /// Compilation: ( "ccc" -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | /// Parse ccc delimited by " (double-quote). Append the run-time semantics given below to the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | /// current definition. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | /// Run-time: ( -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:93:5 [INFO] [stderr] | [INFO] [stderr] 93 | /// Display ccc. [INFO] [stderr] | ^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | /// Execution: ( "ccc<paren>" -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | /// Parse and display ccc delimited by ) (right parenthesis). .( is an immediate word. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:113:5 [INFO] [stderr] | [INFO] [stderr] 113 | /// Run-time: ( n -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | /// Display n in free field format. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:146:5 [INFO] [stderr] | [INFO] [stderr] 146 | /// Run-time: ( -- ) ( F: r -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | /// Display, with a trailing space, the top number on the floating-point [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/output.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | /// stack using fixed-point notation. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/tools.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | /// Run-time: ( -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/tools.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/tools.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | /// Display values on the data stack. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/tools.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | /// Run-time: ( -- ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/tools.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/tools.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | /// List definition names in word list. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/env.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | /// Run-time: ( -- n ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/env.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/env.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | /// Largest usable signed integer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/env.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | /// Run-time: ( -- u ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/env.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/env.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | /// Largest usable unsigned integer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | /// Run-time: ( -- ud ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | /// Current time in nanoseconds since some epoch [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | /// Examples: [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | /// ``` [INFO] [stderr] | ^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | /// use rtforth::vm::VM; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | /// use rtforth::core::Core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | /// use rtforth::facility::Facility; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | /// use rtforth::tools::Tools; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | /// let vm = &mut VM::new(16, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | /// vm.set_source("ntime .s"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | /// vm.evaluate(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | /// ``` [INFO] [stderr] | ^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | /// Run-time: ( -- ud ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | /// Current time in microseconds since some epoch [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | /// Examples: [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | /// ``` [INFO] [stderr] | ^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | /// use rtforth::vm::VM; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | /// use rtforth::core::Core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | /// use rtforth::facility::Facility; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | /// use rtforth::tools::Tools; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | /// let vm = &mut VM::new(16, 16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | /// vm.set_source("utime .s"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | /// vm.evaluate(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/facility.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | /// ``` [INFO] [stderr] | ^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused imports: `FALSE`, `TRUE` [INFO] [stderr] --> src/core.rs:3:6 [INFO] [stderr] | [INFO] [stderr] 3 | use {TRUE, FALSE}; [INFO] [stderr] | ^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::process` [INFO] [stderr] --> src/core.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::process; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Abort`, `DivisionByZero`, `FloatingPointStackOverflow`, `FloatingPointStackUnderflow`, `InterpretingACompileOnlyWord`, `InvalidMemoryAddress`, `ReturnStackOverflow`, `ReturnStackUnderflow`, `StackOverflow`, `StackUnderflow` [INFO] [stderr] --> src/core.rs:14:34 [INFO] [stderr] | [INFO] [stderr] 14 | use exception::Exception::{self, Abort, UnexpectedEndOfFile, UndefinedWord, StackOverflow, [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] 15 | StackUnderflow, ReturnStackUnderflow, ReturnStackOverflow, [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 16 | FloatingPointStackOverflow, FloatingPointStackUnderflow, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 17 | UnsupportedOperation, InterpretingACompileOnlyWord, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 18 | ControlStructureMismatch, InvalidMemoryAddress, DivisionByZero}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt::Write` [INFO] [stderr] --> src/output.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `StackUnderflow`, `UnsupportedOperation` [INFO] [stderr] --> src/output.rs:3:28 [INFO] [stderr] | [INFO] [stderr] 3 | use exception::Exception::{StackUnderflow, UnsupportedOperation}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt::Write` [INFO] [stderr] --> src/tools.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ops::BitAnd` [INFO] [stderr] --> src/facility.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ops::BitAnd; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ops::Shr` [INFO] [stderr] --> src/facility.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::ops::Shr; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::mem` [INFO] [stderr] --> src/float.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::mem; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `FALSE`, `TRUE` [INFO] [stderr] --> src/float.rs:2:6 [INFO] [stderr] | [INFO] [stderr] 2 | use {TRUE, FALSE}; [INFO] [stderr] | ^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `exception::Exception::InvalidMemoryAddress` [INFO] [stderr] --> src/float.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use exception::Exception::InvalidMemoryAddress; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Length`, `Time` [INFO] [stderr] --> src/units.rs:1:20 [INFO] [stderr] | [INFO] [stderr] 1 | use uom::si::f64::{Length, Time}; [INFO] [stderr] | ^^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `meter`, `micrometer`, `millimeter` [INFO] [stderr] --> src/units.rs:2:23 [INFO] [stderr] | [INFO] [stderr] 2 | use uom::si::length::{meter, millimeter, micrometer}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `hour`, `microsecond`, `millisecond`, `minute`, `second` [INFO] [stderr] --> src/units.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use uom::si::time::{hour, minute, second, millisecond, microsecond}; [INFO] [stderr] | ^^^^ ^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/core.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/core.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/dataspace.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/dataspace.rs:8:40 [INFO] [stderr] | [INFO] [stderr] 8 | fn memset(s: *mut libc::c_void, c: libc::uint32_t, n: libc::size_t) -> *mut libc::c_void; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/dataspace.rs:8:40 [INFO] [stderr] | [INFO] [stderr] 8 | fn memset(s: *mut libc::c_void, c: libc::uint32_t, n: libc::size_t) -> *mut libc::c_void; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/dataspace.rs:8:59 [INFO] [stderr] | [INFO] [stderr] 8 | fn memset(s: *mut libc::c_void, c: libc::uint32_t, n: libc::size_t) -> *mut libc::c_void; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/dataspace.rs:37:19 [INFO] [stderr] | [INFO] [stderr] 37 | ptr = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/dataspace.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | libc::posix_memalign(&mut ptr, PAGE_SIZE, size); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/dataspace.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | libc::mprotect(ptr, size, libc::PROT_READ | libc::PROT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/dataspace.rs:39:39 [INFO] [stderr] | [INFO] [stderr] 39 | libc::mprotect(ptr, size, libc::PROT_READ | libc::PROT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/dataspace.rs:39:57 [INFO] [stderr] | [INFO] [stderr] 39 | libc::mprotect(ptr, size, libc::PROT_READ | libc::PROT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/codespace.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/codespace.rs:7:40 [INFO] [stderr] | [INFO] [stderr] 7 | fn memset(s: *mut libc::c_void, c: libc::uint32_t, n: libc::size_t) -> *mut libc::c_void; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/codespace.rs:7:40 [INFO] [stderr] | [INFO] [stderr] 7 | fn memset(s: *mut libc::c_void, c: libc::uint32_t, n: libc::size_t) -> *mut libc::c_void; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/codespace.rs:7:59 [INFO] [stderr] | [INFO] [stderr] 7 | fn memset(s: *mut libc::c_void, c: libc::uint32_t, n: libc::size_t) -> *mut libc::c_void; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/codespace.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | ptr = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/codespace.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | libc::posix_memalign(&mut ptr, PAGE_SIZE, size); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/codespace.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | libc::mprotect(ptr, size, libc::PROT_EXEC | libc::PROT_READ | libc::PROT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/codespace.rs:28:39 [INFO] [stderr] | [INFO] [stderr] 28 | libc::mprotect(ptr, size, libc::PROT_EXEC | libc::PROT_READ | libc::PROT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/codespace.rs:28:57 [INFO] [stderr] | [INFO] [stderr] 28 | libc::mprotect(ptr, size, libc::PROT_EXEC | libc::PROT_READ | libc::PROT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/codespace.rs:28:75 [INFO] [stderr] | [INFO] [stderr] 28 | libc::mprotect(ptr, size, libc::PROT_EXEC | libc::PROT_READ | libc::PROT_WRITE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] error[E0599]: no function or associated item named `noop` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:404:42 [INFO] [stderr] | [INFO] [stderr] 404 | self.add_primitive("noop", Core::noop); // j1, Ngaro, jx [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `exit` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:405:45 [INFO] [stderr] | [INFO] [stderr] 405 | self.add_compile_only("exit", Core::exit); // j1, jx, eForth [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `halt` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:406:45 [INFO] [stderr] | [INFO] [stderr] 406 | self.add_compile_only("halt", Core::halt); // rtForth [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `lit` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:407:44 [INFO] [stderr] | [INFO] [stderr] 407 | self.add_compile_only("lit", Core::lit); // Ngaro, jx, eForth [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `flit` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:408:45 [INFO] [stderr] | [INFO] [stderr] 408 | self.add_compile_only("flit", Core::flit); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_s_quote` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:409:45 [INFO] [stderr] | [INFO] [stderr] 409 | self.add_compile_only("_s\"", Core::p_s_quote); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `branch` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:410:47 [INFO] [stderr] | [INFO] [stderr] 410 | self.add_compile_only("branch", Core::branch); // j1, eForth [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `zero_branch` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:411:48 [INFO] [stderr] | [INFO] [stderr] 411 | self.add_compile_only("0branch", Core::zero_branch); // j1, eForth [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `_do` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:412:44 [INFO] [stderr] | [INFO] [stderr] 412 | self.add_compile_only("_do", Core::_do); // jx [INFO] [stderr] | ^^^ associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `_loop` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:413:46 [INFO] [stderr] | [INFO] [stderr] 413 | self.add_compile_only("_loop", Core::_loop); // jx [INFO] [stderr] | ^^^^^ associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `_plus_loop` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:414:47 [INFO] [stderr] | [INFO] [stderr] 414 | self.add_compile_only("_+loop", Core::_plus_loop); // jx [INFO] [stderr] | ^^^^^^^^^^ associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `unloop` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:415:47 [INFO] [stderr] | [INFO] [stderr] 415 | self.add_compile_only("unloop", Core::unloop); // jx [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `leave` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:416:46 [INFO] [stderr] | [INFO] [stderr] 416 | self.add_compile_only("leave", Core::leave); // jx [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_i` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:417:42 [INFO] [stderr] | [INFO] [stderr] 417 | self.add_compile_only("i", Core::p_i); // jx [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_j` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:418:42 [INFO] [stderr] | [INFO] [stderr] 418 | self.add_compile_only("j", Core::p_j); // jx [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_to_r` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:419:43 [INFO] [stderr] | [INFO] [stderr] 419 | self.add_compile_only(">r", Core::p_to_r); // j1, Ngaro, jx, eForth [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `r_from` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:420:43 [INFO] [stderr] | [INFO] [stderr] 420 | self.add_compile_only("r>", Core::r_from); // j1, Ngaro, jx, eForth [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `r_fetch` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:421:43 [INFO] [stderr] | [INFO] [stderr] 421 | self.add_compile_only("r@", Core::r_fetch); // j1, jx, eForth [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `two_to_r` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:422:44 [INFO] [stderr] | [INFO] [stderr] 422 | self.add_compile_only("2>r", Core::two_to_r); // jx [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `two_r_from` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:423:44 [INFO] [stderr] | [INFO] [stderr] 423 | self.add_compile_only("2r>", Core::two_r_from); // jx [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `two_r_fetch` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:424:44 [INFO] [stderr] | [INFO] [stderr] 424 | self.add_compile_only("2r@", Core::two_r_fetch); // jx [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `execute` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:426:45 [INFO] [stderr] | [INFO] [stderr] 426 | self.add_primitive("execute", Core::execute); // jx, eForth [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `dup` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:427:41 [INFO] [stderr] | [INFO] [stderr] 427 | self.add_primitive("dup", Core::dup); // j1, Ngaro, jx, eForth [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_drop` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:428:42 [INFO] [stderr] | [INFO] [stderr] 428 | self.add_primitive("drop", Core::p_drop); // j1, Ngaro, jx, eForth [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `swap` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:429:42 [INFO] [stderr] | [INFO] [stderr] 429 | self.add_primitive("swap", Core::swap); // j1, Ngaro, jx, eForth [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `over` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:430:42 [INFO] [stderr] | [INFO] [stderr] 430 | self.add_primitive("over", Core::over); // j1, jx, eForth [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `nip` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:431:41 [INFO] [stderr] | [INFO] [stderr] 431 | self.add_primitive("nip", Core::nip); // j1, jx [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `depth` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:432:43 [INFO] [stderr] | [INFO] [stderr] 432 | self.add_primitive("depth", Core::depth); // j1, jx [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `check_stacks` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:433:45 [INFO] [stderr] | [INFO] [stderr] 433 | self.add_primitive("?stacks", Core::check_stacks); // j1, jx [INFO] [stderr] | ^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `zero_less` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:434:40 [INFO] [stderr] | [INFO] [stderr] 434 | self.add_primitive("0<", Core::zero_less); // eForth [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `equals` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:435:39 [INFO] [stderr] | [INFO] [stderr] 435 | self.add_primitive("=", Core::equals); // j1, jx [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `less_than` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:436:39 [INFO] [stderr] | [INFO] [stderr] 436 | self.add_primitive("<", Core::less_than); // j1, jx [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `invert` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:437:44 [INFO] [stderr] | [INFO] [stderr] 437 | self.add_primitive("invert", Core::invert); // j1, jx [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `invert`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `uom::typenum::private::Invert` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `and` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:438:41 [INFO] [stderr] | [INFO] [stderr] 438 | self.add_primitive("and", Core::and); // j1, Ngaro, jx, eForth [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `or` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:439:40 [INFO] [stderr] | [INFO] [stderr] 439 | self.add_primitive("or", Core::or); // j1, Ngaro, jx, eForth [INFO] [stderr] | ^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `xor` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:440:41 [INFO] [stderr] | [INFO] [stderr] 440 | self.add_primitive("xor", Core::xor); // j1, Ngaro, jx, eForth [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `lshift` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:441:44 [INFO] [stderr] | [INFO] [stderr] 441 | self.add_primitive("lshift", Core::lshift); // jx, Ngaro [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `rshift` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:442:44 [INFO] [stderr] | [INFO] [stderr] 442 | self.add_primitive("rshift", Core::rshift); // jx [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `one_plus` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:443:40 [INFO] [stderr] | [INFO] [stderr] 443 | self.add_primitive("1+", Core::one_plus); // Ngaro [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `one_minus` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:444:40 [INFO] [stderr] | [INFO] [stderr] 444 | self.add_primitive("1-", Core::one_minus); // Ngaro, jx [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `minus` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:445:39 [INFO] [stderr] | [INFO] [stderr] 445 | self.add_primitive("-", Core::minus); // Ngaro [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `plus` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:446:39 [INFO] [stderr] | [INFO] [stderr] 446 | self.add_primitive("+", Core::plus); // j1, Ngaro, jx [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `star` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:447:39 [INFO] [stderr] | [INFO] [stderr] 447 | self.add_primitive("*", Core::star); // Ngaro [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `slash_mod` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:448:42 [INFO] [stderr] | [INFO] [stderr] 448 | self.add_primitive("/mod", Core::slash_mod); // Ngaro [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `cell_plus` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:449:43 [INFO] [stderr] | [INFO] [stderr] 449 | self.add_primitive("cell+", Core::cell_plus); // eForth [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `cells` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:450:43 [INFO] [stderr] | [INFO] [stderr] 450 | self.add_primitive("cells", Core::cells); // eForth [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fetch` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:451:39 [INFO] [stderr] | [INFO] [stderr] 451 | self.add_primitive("@", Core::fetch); // j1, jx, eForth [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `store` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:452:39 [INFO] [stderr] | [INFO] [stderr] 452 | self.add_primitive("!", Core::store); // j1, jx, eForth [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `char_plus` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:453:43 [INFO] [stderr] | [INFO] [stderr] 453 | self.add_primitive("char+", Core::char_plus); // eForth [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `chars` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:454:43 [INFO] [stderr] | [INFO] [stderr] 454 | self.add_primitive("chars", Core::chars); // eForth [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `here` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:455:42 [INFO] [stderr] | [INFO] [stderr] 455 | self.add_primitive("here", Core::here); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `allot` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:456:43 [INFO] [stderr] | [INFO] [stderr] 456 | self.add_primitive("allot", Core::allot); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `c_fetch` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:457:40 [INFO] [stderr] | [INFO] [stderr] 457 | self.add_primitive("c@", Core::c_fetch); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `c_store` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:458:40 [INFO] [stderr] | [INFO] [stderr] 458 | self.add_primitive("c!", Core::c_store); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `base` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:459:42 [INFO] [stderr] | [INFO] [stderr] 459 | self.add_primitive("base", Core::base); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_paren` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:462:39 [INFO] [stderr] | [INFO] [stderr] 462 | self.add_immediate("(", Core::imm_paren); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_backslash` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:463:40 [INFO] [stderr] | [INFO] [stderr] 463 | self.add_immediate("\\", Core::imm_backslash); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `left_bracket` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:464:39 [INFO] [stderr] | [INFO] [stderr] 464 | self.add_immediate("[", Core::left_bracket); [INFO] [stderr] | ^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `bracket_char` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:465:61 [INFO] [stderr] | [INFO] [stderr] 465 | self.add_immediate_and_compile_only("[char]", Core::bracket_char); [INFO] [stderr] | ^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `semicolon` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:466:56 [INFO] [stderr] | [INFO] [stderr] 466 | self.add_immediate_and_compile_only(";", Core::semicolon); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_if` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:467:57 [INFO] [stderr] | [INFO] [stderr] 467 | self.add_immediate_and_compile_only("if", Core::imm_if); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_else` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:468:59 [INFO] [stderr] | [INFO] [stderr] 468 | self.add_immediate_and_compile_only("else", Core::imm_else); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_then` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:469:59 [INFO] [stderr] | [INFO] [stderr] 469 | self.add_immediate_and_compile_only("then", Core::imm_then); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_begin` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:470:60 [INFO] [stderr] | [INFO] [stderr] 470 | self.add_immediate_and_compile_only("begin", Core::imm_begin); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_while` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:471:60 [INFO] [stderr] | [INFO] [stderr] 471 | self.add_immediate_and_compile_only("while", Core::imm_while); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_repeat` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:472:61 [INFO] [stderr] | [INFO] [stderr] 472 | self.add_immediate_and_compile_only("repeat", Core::imm_repeat); [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_again` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:473:60 [INFO] [stderr] | [INFO] [stderr] 473 | self.add_immediate_and_compile_only("again", Core::imm_again); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_recurse` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:474:62 [INFO] [stderr] | [INFO] [stderr] 474 | self.add_immediate_and_compile_only("recurse", Core::imm_recurse); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_do` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:475:57 [INFO] [stderr] | [INFO] [stderr] 475 | self.add_immediate_and_compile_only("do", Core::imm_do); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_loop` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:476:59 [INFO] [stderr] | [INFO] [stderr] 476 | self.add_immediate_and_compile_only("loop", Core::imm_loop); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `imm_plus_loop` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:477:60 [INFO] [stderr] | [INFO] [stderr] 477 | self.add_immediate_and_compile_only("+loop", Core::imm_plus_loop); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_true` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:480:42 [INFO] [stderr] | [INFO] [stderr] 480 | self.add_primitive("true", Core::p_true); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_false` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:481:43 [INFO] [stderr] | [INFO] [stderr] 481 | self.add_primitive("false", Core::p_false); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `zero_equals` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:482:41 [INFO] [stderr] | [INFO] [stderr] 482 | self.add_primitive("not", Core::zero_equals); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `zero_equals` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:483:40 [INFO] [stderr] | [INFO] [stderr] 483 | self.add_primitive("0=", Core::zero_equals); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `zero_greater` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:484:40 [INFO] [stderr] | [INFO] [stderr] 484 | self.add_primitive("0>", Core::zero_greater); [INFO] [stderr] | ^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `zero_not_equals` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:485:41 [INFO] [stderr] | [INFO] [stderr] 485 | self.add_primitive("0<>", Core::zero_not_equals); [INFO] [stderr] | ^^^^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `greater_than` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:486:39 [INFO] [stderr] | [INFO] [stderr] 486 | self.add_primitive(">", Core::greater_than); [INFO] [stderr] | ^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `not_equals` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:487:40 [INFO] [stderr] | [INFO] [stderr] 487 | self.add_primitive("<>", Core::not_equals); [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `rot` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:488:41 [INFO] [stderr] | [INFO] [stderr] 488 | self.add_primitive("rot", Core::rot); [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `two_dup` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:489:42 [INFO] [stderr] | [INFO] [stderr] 489 | self.add_primitive("2dup", Core::two_dup); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `two_drop` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:490:43 [INFO] [stderr] | [INFO] [stderr] 490 | self.add_primitive("2drop", Core::two_drop); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `two_swap` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:491:43 [INFO] [stderr] | [INFO] [stderr] 491 | self.add_primitive("2swap", Core::two_swap); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `two_over` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:492:43 [INFO] [stderr] | [INFO] [stderr] 492 | self.add_primitive("2over", Core::two_over); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `slash` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:493:39 [INFO] [stderr] | [INFO] [stderr] 493 | self.add_primitive("/", Core::slash); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_mod` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:494:41 [INFO] [stderr] | [INFO] [stderr] 494 | self.add_primitive("mod", Core::p_mod); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `abs` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:495:41 [INFO] [stderr] | [INFO] [stderr] 495 | self.add_primitive("abs", Core::abs); [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `negate` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:496:44 [INFO] [stderr] | [INFO] [stderr] 496 | self.add_primitive("negate", Core::negate); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `between` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:497:45 [INFO] [stderr] | [INFO] [stderr] 497 | self.add_primitive("between", Core::between); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `parse_word` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:498:48 [INFO] [stderr] | [INFO] [stderr] 498 | self.add_primitive("parse-word", Core::parse_word); [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `char` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:499:42 [INFO] [stderr] | [INFO] [stderr] 499 | self.add_primitive("char", Core::char); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `parse` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:500:43 [INFO] [stderr] | [INFO] [stderr] 500 | self.add_primitive("parse", Core::parse); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `colon` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:501:39 [INFO] [stderr] | [INFO] [stderr] 501 | self.add_primitive(":", Core::colon); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `constant` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:502:46 [INFO] [stderr] | [INFO] [stderr] 502 | self.add_primitive("constant", Core::constant); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `variable` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:503:46 [INFO] [stderr] | [INFO] [stderr] 503 | self.add_primitive("variable", Core::variable); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `create` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:504:44 [INFO] [stderr] | [INFO] [stderr] 504 | self.add_primitive("create", Core::create); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `tick` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:505:39 [INFO] [stderr] | [INFO] [stderr] 505 | self.add_primitive("'", Core::tick); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `right_bracket` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:506:39 [INFO] [stderr] | [INFO] [stderr] 506 | self.add_primitive("]", Core::right_bracket); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `comma` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:507:39 [INFO] [stderr] | [INFO] [stderr] 507 | self.add_primitive(",", Core::comma); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `marker` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:508:44 [INFO] [stderr] | [INFO] [stderr] 508 | self.add_primitive("marker", Core::marker); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `handler_store` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:509:46 [INFO] [stderr] | [INFO] [stderr] 509 | self.add_primitive("handler!", Core::handler_store); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_error_q` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:510:44 [INFO] [stderr] | [INFO] [stderr] 510 | self.add_primitive("error?", Core::p_error_q); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_handle_error` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:511:50 [INFO] [stderr] | [INFO] [stderr] 511 | self.add_primitive("handle-error", Core::p_handle_error); [INFO] [stderr] | ^^^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `reset` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:512:43 [INFO] [stderr] | [INFO] [stderr] 512 | self.add_primitive("reset", Core::reset); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `abort` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:513:43 [INFO] [stderr] | [INFO] [stderr] 513 | self.add_primitive("abort", Core::abort); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `bye` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:514:41 [INFO] [stderr] | [INFO] [stderr] 514 | self.add_primitive("bye", Core::bye); [INFO] [stderr] | ^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_compiling` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:515:48 [INFO] [stderr] | [INFO] [stderr] 515 | self.add_primitive("compiling?", Core::p_compiling); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_token_empty` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:516:50 [INFO] [stderr] | [INFO] [stderr] 516 | self.add_primitive("token-empty?", Core::p_token_empty); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `compile_token` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:517:51 [INFO] [stderr] | [INFO] [stderr] 517 | self.add_primitive("compile-token", Core::compile_token); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `dyn core::Core` [INFO] [stderr] | help: there is an associated function with a similar name: `compile_const` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `interpret_token` found for trait object `dyn core::Core` in the current scope [INFO] [stderr] --> src/core.rs:518:53 [INFO] [stderr] | [INFO] [stderr] 518 | self.add_primitive("interpret-token", Core::interpret_token); [INFO] [stderr] | ^^^^^^^^^^^^^^^ function or associated item not found in `dyn core::Core` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `parse_word` found for mutable reference `&mut Self` in the current scope [INFO] [stderr] --> src/core.rs:1344:14 [INFO] [stderr] | [INFO] [stderr] 1344 | self.parse_word(); [INFO] [stderr] | ^^^^^^^^^^ method not found in `&mut Self` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `clear_stacks` found for mutable reference `&mut Self` in the current scope [INFO] [stderr] --> src/core.rs:2686:14 [INFO] [stderr] | [INFO] [stderr] 2686 | self.clear_stacks(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `&mut Self` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `evaluate` found for mutable reference `&mut Self` in the current scope [INFO] [stderr] --> src/loader.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | self.evaluate(); [INFO] [stderr] | ^^^^^^^^ method not found in `&mut Self` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `emit` found for trait object `dyn output::Output` in the current scope [INFO] [stderr] --> src/output.rs:9:44 [INFO] [stderr] | [INFO] [stderr] 9 | self.add_primitive("emit", Output::emit); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn output::Output` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_type` found for trait object `dyn output::Output` in the current scope [INFO] [stderr] --> src/output.rs:10:44 [INFO] [stderr] | [INFO] [stderr] 10 | self.add_primitive("type", Output::p_type); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn output::Output` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `s_quote` found for trait object `dyn output::Output` in the current scope [INFO] [stderr] --> src/output.rs:11:43 [INFO] [stderr] | [INFO] [stderr] 11 | self.add_immediate("s\"", Output::s_quote); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn output::Output` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `dot_quote` found for trait object `dyn output::Output` in the current scope [INFO] [stderr] --> src/output.rs:12:43 [INFO] [stderr] | [INFO] [stderr] 12 | self.add_immediate(".\"", Output::dot_quote); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn output::Output` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `dot_paren` found for trait object `dyn output::Output` in the current scope [INFO] [stderr] --> src/output.rs:13:42 [INFO] [stderr] | [INFO] [stderr] 13 | self.add_immediate(".(", Output::dot_paren); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn output::Output` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `dot` found for trait object `dyn output::Output` in the current scope [INFO] [stderr] --> src/output.rs:14:41 [INFO] [stderr] | [INFO] [stderr] 14 | self.add_primitive(".", Output::dot); [INFO] [stderr] | ^^^ function or associated item not found in `dyn output::Output` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fdot` found for trait object `dyn output::Output` in the current scope [INFO] [stderr] --> src/output.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | self.add_primitive("f.", Output::fdot); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn output::Output` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `p_flush` found for trait object `dyn output::Output` in the current scope [INFO] [stderr] --> src/output.rs:16:45 [INFO] [stderr] | [INFO] [stderr] 16 | self.add_primitive("flush", Output::p_flush); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn output::Output` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `words` found for trait object `dyn tools::Tools` in the current scope [INFO] [stderr] --> src/tools.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | self.add_primitive("words", Tools::words); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn tools::Tools` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `dot_s` found for trait object `dyn tools::Tools` in the current scope [INFO] [stderr] --> src/tools.rs:8:41 [INFO] [stderr] | [INFO] [stderr] 8 | self.add_primitive(".s", Tools::dot_s); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn tools::Tools` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `max_n` found for trait object `dyn env::Environment` in the current scope [INFO] [stderr] --> src/env.rs:6:50 [INFO] [stderr] | [INFO] [stderr] 6 | self.add_primitive("max-n", Environment::max_n); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn env::Environment` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `max_u` found for trait object `dyn env::Environment` in the current scope [INFO] [stderr] --> src/env.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | self.add_primitive("max-u", Environment::max_u); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn env::Environment` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `ntime` found for trait object `dyn facility::Facility` in the current scope [INFO] [stderr] --> src/facility.rs:11:47 [INFO] [stderr] | [INFO] [stderr] 11 | self.add_primitive("ntime", Facility::ntime); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn facility::Facility` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `utime` found for trait object `dyn facility::Facility` in the current scope [INFO] [stderr] --> src/facility.rs:12:47 [INFO] [stderr] | [INFO] [stderr] 12 | self.add_primitive("utime", Facility::utime); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn facility::Facility` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fconstant` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:8:48 [INFO] [stderr] | [INFO] [stderr] 8 | self.add_primitive("fconstant", Float::fconstant); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fvariable` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:9:48 [INFO] [stderr] | [INFO] [stderr] 9 | self.add_primitive("fvariable", Float::fvariable); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fstore` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:10:41 [INFO] [stderr] | [INFO] [stderr] 10 | self.add_primitive("f!", Float::fstore); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `ffetch` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:11:41 [INFO] [stderr] | [INFO] [stderr] 11 | self.add_primitive("f@", Float::ffetch); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fabs` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:12:43 [INFO] [stderr] | [INFO] [stderr] 12 | self.add_primitive("fabs", Float::fabs); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fsin` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:13:43 [INFO] [stderr] | [INFO] [stderr] 13 | self.add_primitive("fsin", Float::fsin); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fcos` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:14:43 [INFO] [stderr] | [INFO] [stderr] 14 | self.add_primitive("fcos", Float::fcos); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `ftan` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:15:43 [INFO] [stderr] | [INFO] [stderr] 15 | self.add_primitive("ftan", Float::ftan); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fasin` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:16:44 [INFO] [stderr] | [INFO] [stderr] 16 | self.add_primitive("fasin", Float::fasin); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `facos` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:17:44 [INFO] [stderr] | [INFO] [stderr] 17 | self.add_primitive("facos", Float::facos); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fatan` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:18:44 [INFO] [stderr] | [INFO] [stderr] 18 | self.add_primitive("fatan", Float::fatan); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fatan2` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:19:45 [INFO] [stderr] | [INFO] [stderr] 19 | self.add_primitive("fatan2", Float::fatan2); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fsqrt` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:20:44 [INFO] [stderr] | [INFO] [stderr] 20 | self.add_primitive("fsqrt", Float::fsqrt); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fdrop` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:21:44 [INFO] [stderr] | [INFO] [stderr] 21 | self.add_primitive("fdrop", Float::fdrop); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fdup` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:22:43 [INFO] [stderr] | [INFO] [stderr] 22 | self.add_primitive("fdup", Float::fdup); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fswap` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:23:44 [INFO] [stderr] | [INFO] [stderr] 23 | self.add_primitive("fswap", Float::fswap); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fnip` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:24:43 [INFO] [stderr] | [INFO] [stderr] 24 | self.add_primitive("fnip", Float::fnip); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `frot` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:25:43 [INFO] [stderr] | [INFO] [stderr] 25 | self.add_primitive("frot", Float::frot); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fover` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | self.add_primitive("fover", Float::fover); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `n_to_f` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:27:42 [INFO] [stderr] | [INFO] [stderr] 27 | self.add_primitive("n>f", Float::n_to_f); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fplus` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:28:41 [INFO] [stderr] | [INFO] [stderr] 28 | self.add_primitive("f+", Float::fplus); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fminus` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:29:41 [INFO] [stderr] | [INFO] [stderr] 29 | self.add_primitive("f-", Float::fminus); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fstar` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:30:41 [INFO] [stderr] | [INFO] [stderr] 30 | self.add_primitive("f*", Float::fstar); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fslash` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | self.add_primitive("f/", Float::fslash); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fproximate` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:32:41 [INFO] [stderr] | [INFO] [stderr] 32 | self.add_primitive("f~", Float::fproximate); [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `f_zero_less_than` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:33:42 [INFO] [stderr] | [INFO] [stderr] 33 | self.add_primitive("f0<", Float::f_zero_less_than); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `f_zero_equals` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:34:42 [INFO] [stderr] | [INFO] [stderr] 34 | self.add_primitive("f0=", Float::f_zero_equals); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `f_less_than` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:35:41 [INFO] [stderr] | [INFO] [stderr] 35 | self.add_primitive("f<", Float::f_less_than); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fmin` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:36:43 [INFO] [stderr] | [INFO] [stderr] 36 | self.add_primitive("fmin", Float::fmin); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fmax` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:37:43 [INFO] [stderr] | [INFO] [stderr] 37 | self.add_primitive("fmax", Float::fmax); [INFO] [stderr] | ^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `floor` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:38:44 [INFO] [stderr] | [INFO] [stderr] 38 | self.add_primitive("floor", Float::floor); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fround` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:39:45 [INFO] [stderr] | [INFO] [stderr] 39 | self.add_primitive("fround", Float::fround); [INFO] [stderr] | ^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fceil` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:40:44 [INFO] [stderr] | [INFO] [stderr] 40 | self.add_primitive("fceil", Float::fceil); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `fnegate` found for trait object `dyn float::Float` in the current scope [INFO] [stderr] --> src/float.rs:41:46 [INFO] [stderr] | [INFO] [stderr] 41 | self.add_primitive("fnegate", Float::fnegate); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn float::Float` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_meter` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:12:44 [INFO] [stderr] | [INFO] [stderr] 12 | self.add_primitive("meter", Units::from_meter); [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_mm` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:13:41 [INFO] [stderr] | [INFO] [stderr] 13 | self.add_primitive("mm", Units::from_mm); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_um` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:14:41 [INFO] [stderr] | [INFO] [stderr] 14 | self.add_primitive("um", Units::from_um); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_deg` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:16:42 [INFO] [stderr] | [INFO] [stderr] 16 | self.add_primitive("deg", Units::from_deg); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_rad` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | self.add_primitive("rad", Units::from_rad); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_hour` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:19:41 [INFO] [stderr] | [INFO] [stderr] 19 | self.add_primitive("hr", Units::from_hour); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_minute` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:20:42 [INFO] [stderr] | [INFO] [stderr] 20 | self.add_primitive("min", Units::from_minute); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_sec` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:21:42 [INFO] [stderr] | [INFO] [stderr] 21 | self.add_primitive("sec", Units::from_sec); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_msec` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:22:43 [INFO] [stderr] | [INFO] [stderr] 22 | self.add_primitive("msec", Units::from_msec); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_usec` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:23:43 [INFO] [stderr] | [INFO] [stderr] 23 | self.add_primitive("usec", Units::from_usec); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `mm_per_min` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:25:45 [INFO] [stderr] | [INFO] [stderr] 25 | self.add_primitive("mm/min", Units::mm_per_min); [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `um_per_msec` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:26:46 [INFO] [stderr] | [INFO] [stderr] 26 | self.add_primitive("um/msec", Units::um_per_msec); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `rpm` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:28:42 [INFO] [stderr] | [INFO] [stderr] 28 | self.add_primitive("rpm", Units::rpm); [INFO] [stderr] | ^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `hertz` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:29:41 [INFO] [stderr] | [INFO] [stderr] 29 | self.add_primitive("hz", Units::hertz); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `hertz` found for trait object `dyn units::Units` in the current scope [INFO] [stderr] --> src/units.rs:30:44 [INFO] [stderr] | [INFO] [stderr] 30 | self.add_primitive("1/sec", Units::hertz); [INFO] [stderr] | ^^^^^ function or associated item not found in `dyn units::Units` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/core.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 380 previous errors; 240 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `rtforth`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e04fc774a52f1bce96596ab4fdc62a1a3f69c37712215bbca1f558dcaa01cc2c"` [INFO] running `"docker" "rm" "-f" "e04fc774a52f1bce96596ab4fdc62a1a3f69c37712215bbca1f558dcaa01cc2c"` [INFO] [stdout] e04fc774a52f1bce96596ab4fdc62a1a3f69c37712215bbca1f558dcaa01cc2c