[INFO] crate term_rewriting 0.7.0 is already in cache [INFO] extracting crate term_rewriting 0.7.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/term_rewriting/0.7.0 [INFO] extracting crate term_rewriting 0.7.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/term_rewriting/0.7.0 [INFO] validating manifest of term_rewriting-0.7.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of term_rewriting-0.7.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing term_rewriting-0.7.0 [INFO] finished frobbing term_rewriting-0.7.0 [INFO] frobbed toml for term_rewriting-0.7.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/term_rewriting/0.7.0/Cargo.toml [INFO] started frobbing term_rewriting-0.7.0 [INFO] finished frobbing term_rewriting-0.7.0 [INFO] frobbed toml for term_rewriting-0.7.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/term_rewriting/0.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking term_rewriting-0.7.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/term_rewriting/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4f758865cba04fbc08b4e76593245c5284d25d9aff3c9241bb725f82229cf28f [INFO] running `"docker" "start" "-a" "4f758865cba04fbc08b4e76593245c5284d25d9aff3c9241bb725f82229cf28f"` [INFO] [stderr] Checking term_rewriting v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | method!(variable, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stderr] 226 | | call_m!(self.binary_application)) [INFO] [stderr] 227 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stderr] 226 | | call_m!(self.binary_application)) [INFO] [stderr] 227 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] 231 | | do_parse!(name: identifier >> [INFO] [stderr] 232 | | args: opt!(do_parse!( [INFO] [stderr] 233 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 246 | | ) [INFO] [stderr] 247 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] 231 | | do_parse!(name: identifier >> [INFO] [stderr] 232 | | args: opt!(do_parse!( [INFO] [stderr] 233 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 246 | | ) [INFO] [stderr] 247 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] 250 | | do_parse!(lparen >> [INFO] [stderr] 251 | | multispace0 >> [INFO] [stderr] 252 | | t1: call_m!(self.term) >> [INFO] [stderr] ... | [INFO] [stderr] 261 | | ) [INFO] [stderr] 262 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] 250 | | do_parse!(lparen >> [INFO] [stderr] 251 | | multispace0 >> [INFO] [stderr] 252 | | t1: call_m!(self.term) >> [INFO] [stderr] ... | [INFO] [stderr] 261 | | ) [INFO] [stderr] 262 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] 275 | | ws!(map!( [INFO] [stderr] 276 | | separated_nonempty_list!( [INFO] [stderr] 277 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 287 | | })) [INFO] [stderr] 288 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] 275 | | ws!(map!( [INFO] [stderr] 276 | | separated_nonempty_list!( [INFO] [stderr] 277 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 287 | | })) [INFO] [stderr] 288 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:290:5 [INFO] [stderr] | [INFO] [stderr] 290 | method!(context_variable, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stderr] 297 | | call_m!(self.context_binary_application)) [INFO] [stderr] 298 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stderr] 297 | | call_m!(self.context_binary_application)) [INFO] [stderr] 298 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] 302 | | do_parse!(name: identifier >> [INFO] [stderr] 303 | | args: opt!(do_parse!( [INFO] [stderr] 304 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 317 | | ) [INFO] [stderr] 318 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] 302 | | do_parse!(name: identifier >> [INFO] [stderr] 303 | | args: opt!(do_parse!( [INFO] [stderr] 304 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 317 | | ) [INFO] [stderr] 318 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] 321 | | do_parse!(lparen >> [INFO] [stderr] 322 | | multispace0 >> [INFO] [stderr] 323 | | t1: call_m!(self.context) >> [INFO] [stderr] ... | [INFO] [stderr] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stderr] 329 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] 321 | | do_parse!(lparen >> [INFO] [stderr] 322 | | multispace0 >> [INFO] [stderr] 323 | | t1: call_m!(self.context) >> [INFO] [stderr] ... | [INFO] [stderr] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stderr] 329 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | method!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | / method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] 375 | | map!(call_m!(self.rule), [INFO] [stderr] 376 | | Statement::Rule) [INFO] [stderr] 377 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | / method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] 391 | | do_parse!(term: call_m!(self.top_term) >> [INFO] [stderr] 392 | | (Statement::Term(term))) [INFO] [stderr] 393 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:395:5 [INFO] [stderr] | [INFO] [stderr] 395 | method!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | method!(variable, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stderr] 226 | | call_m!(self.binary_application)) [INFO] [stderr] 227 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stderr] 226 | | call_m!(self.binary_application)) [INFO] [stderr] 227 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] 231 | | do_parse!(name: identifier >> [INFO] [stderr] 232 | | args: opt!(do_parse!( [INFO] [stderr] 233 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 246 | | ) [INFO] [stderr] 247 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] 231 | | do_parse!(name: identifier >> [INFO] [stderr] 232 | | args: opt!(do_parse!( [INFO] [stderr] 233 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 246 | | ) [INFO] [stderr] 247 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] 250 | | do_parse!(lparen >> [INFO] [stderr] 251 | | multispace0 >> [INFO] [stderr] 252 | | t1: call_m!(self.term) >> [INFO] [stderr] ... | [INFO] [stderr] 261 | | ) [INFO] [stderr] 262 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] 250 | | do_parse!(lparen >> [INFO] [stderr] 251 | | multispace0 >> [INFO] [stderr] 252 | | t1: call_m!(self.term) >> [INFO] [stderr] ... | [INFO] [stderr] 261 | | ) [INFO] [stderr] 262 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] 275 | | ws!(map!( [INFO] [stderr] 276 | | separated_nonempty_list!( [INFO] [stderr] 277 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 287 | | })) [INFO] [stderr] 288 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] 275 | | ws!(map!( [INFO] [stderr] 276 | | separated_nonempty_list!( [INFO] [stderr] 277 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 287 | | })) [INFO] [stderr] 288 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:290:5 [INFO] [stderr] | [INFO] [stderr] 290 | method!(context_variable, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stderr] 297 | | call_m!(self.context_binary_application)) [INFO] [stderr] 298 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stderr] 297 | | call_m!(self.context_binary_application)) [INFO] [stderr] 298 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] 302 | | do_parse!(name: identifier >> [INFO] [stderr] 303 | | args: opt!(do_parse!( [INFO] [stderr] 304 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 317 | | ) [INFO] [stderr] 318 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] 302 | | do_parse!(name: identifier >> [INFO] [stderr] 303 | | args: opt!(do_parse!( [INFO] [stderr] 304 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 317 | | ) [INFO] [stderr] 318 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] 321 | | do_parse!(lparen >> [INFO] [stderr] 322 | | multispace0 >> [INFO] [stderr] 323 | | t1: call_m!(self.context) >> [INFO] [stderr] ... | [INFO] [stderr] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stderr] 329 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] 321 | | do_parse!(lparen >> [INFO] [stderr] 322 | | multispace0 >> [INFO] [stderr] 323 | | t1: call_m!(self.context) >> [INFO] [stderr] ... | [INFO] [stderr] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stderr] 329 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | method!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | / method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] 375 | | map!(call_m!(self.rule), [INFO] [stderr] 376 | | Statement::Rule) [INFO] [stderr] 377 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | / method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] 391 | | do_parse!(term: call_m!(self.top_term) >> [INFO] [stderr] 392 | | (Statement::Term(term))) [INFO] [stderr] 393 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:395:5 [INFO] [stderr] | [INFO] [stderr] 395 | method!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.49s [INFO] running `"docker" "inspect" "4f758865cba04fbc08b4e76593245c5284d25d9aff3c9241bb725f82229cf28f"` [INFO] running `"docker" "rm" "-f" "4f758865cba04fbc08b4e76593245c5284d25d9aff3c9241bb725f82229cf28f"` [INFO] [stdout] 4f758865cba04fbc08b4e76593245c5284d25d9aff3c9241bb725f82229cf28f