Sep 04 22:02:04.712 INFO checking cargo-tarpaulin-0.6.6 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 22:02:04.712 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 22:02:04.712 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:02:04.998 INFO blam! b7024fd8750179c0b2ecec13770109854cfb98791a03c492dfac29779514cfee Sep 04 22:02:05.001 INFO running `"docker" "start" "-a" "b7024fd8750179c0b2ecec13770109854cfb98791a03c492dfac29779514cfee"` Sep 04 22:02:06.306 INFO kablam! Checking gimli v0.16.1 Sep 04 22:02:06.327 INFO kablam! Checking semver v0.8.0 Sep 04 22:02:06.330 INFO kablam! Checking syn v0.14.9 Sep 04 22:02:06.337 INFO kablam! Compiling scroll_derive v0.9.4 Sep 04 22:02:06.340 INFO kablam! Checking crates-io v0.13.0 Sep 04 22:02:06.360 INFO kablam! Checking docopt v0.8.3 Sep 04 22:02:06.388 INFO kablam! Checking git2-curl v0.7.0 Sep 04 22:02:06.391 INFO kablam! Checking coveralls-api v0.3.3 Sep 04 22:02:12.473 INFO kablam! Checking quick-xml v0.12.3 Sep 04 22:02:19.269 INFO kablam! Checking cargo v0.24.0 Sep 04 22:02:25.888 INFO kablam! Checking scroll v0.9.0 Sep 04 22:02:29.529 INFO kablam! Checking goblin v0.0.15 Sep 04 22:02:49.185 INFO kablam! Checking object v0.9.0 Sep 04 22:02:55.321 INFO kablam! Checking cargo-tarpaulin v0.6.6 (file:///source) Sep 04 22:03:10.317 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.317 INFO kablam! --> src/source_analysis.rs:77:27 Sep 04 22:03:10.317 INFO kablam! | Sep 04 22:03:10.317 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 04 22:03:10.317 INFO kablam! | ^^^^^ Sep 04 22:03:10.317 INFO kablam! | Sep 04 22:03:10.317 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.317 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.317 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.317 INFO kablam! Sep 04 22:03:10.328 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.328 INFO kablam! --> src/source_analysis.rs:77:47 Sep 04 22:03:10.328 INFO kablam! | Sep 04 22:03:10.328 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 04 22:03:10.328 INFO kablam! | ^^^ Sep 04 22:03:10.328 INFO kablam! Sep 04 22:03:10.337 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.337 INFO kablam! --> src/source_analysis.rs:97:28 Sep 04 22:03:10.337 INFO kablam! | Sep 04 22:03:10.337 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 04 22:03:10.337 INFO kablam! | ^^^ Sep 04 22:03:10.337 INFO kablam! Sep 04 22:03:10.340 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.340 INFO kablam! --> src/source_analysis.rs:97:46 Sep 04 22:03:10.340 INFO kablam! | Sep 04 22:03:10.340 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 04 22:03:10.340 INFO kablam! | ^^^^^ Sep 04 22:03:10.340 INFO kablam! | Sep 04 22:03:10.340 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.340 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.340 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.340 INFO kablam! Sep 04 22:03:10.345 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.345 INFO kablam! --> src/source_analysis.rs:99:62 Sep 04 22:03:10.345 INFO kablam! | Sep 04 22:03:10.345 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 04 22:03:10.345 INFO kablam! | ^^^^^ Sep 04 22:03:10.345 INFO kablam! | Sep 04 22:03:10.345 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.345 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.345 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.346 INFO kablam! Sep 04 22:03:10.354 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.354 INFO kablam! --> src/source_analysis.rs:118:23 Sep 04 22:03:10.354 INFO kablam! | Sep 04 22:03:10.354 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 04 22:03:10.354 INFO kablam! | ^^^^^ Sep 04 22:03:10.354 INFO kablam! | Sep 04 22:03:10.354 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.354 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.354 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.354 INFO kablam! Sep 04 22:03:10.357 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.357 INFO kablam! --> src/source_analysis.rs:118:43 Sep 04 22:03:10.357 INFO kablam! | Sep 04 22:03:10.358 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 04 22:03:10.358 INFO kablam! | ^^^ Sep 04 22:03:10.358 INFO kablam! Sep 04 22:03:10.474 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.474 INFO kablam! --> src/source_analysis.rs:430:53 Sep 04 22:03:10.474 INFO kablam! | Sep 04 22:03:10.474 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 04 22:03:10.474 INFO kablam! | ^^^^^ Sep 04 22:03:10.474 INFO kablam! | Sep 04 22:03:10.474 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.474 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.474 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.474 INFO kablam! Sep 04 22:03:10.477 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.477 INFO kablam! --> src/source_analysis.rs:433:47 Sep 04 22:03:10.477 INFO kablam! | Sep 04 22:03:10.477 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 04 22:03:10.477 INFO kablam! | ^^^^^ Sep 04 22:03:10.477 INFO kablam! | Sep 04 22:03:10.477 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.477 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.477 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.477 INFO kablam! Sep 04 22:03:10.480 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.480 INFO kablam! --> src/source_analysis.rs:434:45 Sep 04 22:03:10.480 INFO kablam! | Sep 04 22:03:10.480 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 04 22:03:10.480 INFO kablam! | ^^^^^ Sep 04 22:03:10.480 INFO kablam! | Sep 04 22:03:10.480 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.480 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.480 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.480 INFO kablam! Sep 04 22:03:10.485 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.485 INFO kablam! --> src/source_analysis.rs:77:27 Sep 04 22:03:10.485 INFO kablam! | Sep 04 22:03:10.485 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 04 22:03:10.485 INFO kablam! | ^^^^^ Sep 04 22:03:10.485 INFO kablam! | Sep 04 22:03:10.485 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.485 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.485 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.485 INFO kablam! Sep 04 22:03:10.494 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.494 INFO kablam! --> src/source_analysis.rs:77:47 Sep 04 22:03:10.494 INFO kablam! | Sep 04 22:03:10.494 INFO kablam! 77 | for i in span.start().line..(span.end().line+1) { Sep 04 22:03:10.495 INFO kablam! | ^^^ Sep 04 22:03:10.495 INFO kablam! Sep 04 22:03:10.502 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.502 INFO kablam! --> src/source_analysis.rs:502:74 Sep 04 22:03:10.502 INFO kablam! | Sep 04 22:03:10.502 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 04 22:03:10.502 INFO kablam! | ^^^^^ Sep 04 22:03:10.502 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.502 INFO kablam! --> src/source_analysis.rs:97:28 Sep 04 22:03:10.502 INFO kablam! | Sep 04 22:03:10.502 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 04 22:03:10.502 INFO kablam! | ^^^ Sep 04 22:03:10.502 INFO kablam! | Sep 04 22:03:10.502 INFO kablam! Sep 04 22:03:10.502 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.502 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.502 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.503 INFO kablam! Sep 04 22:03:10.504 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.504 INFO kablam! --> src/source_analysis.rs:97:46 Sep 04 22:03:10.504 INFO kablam! | Sep 04 22:03:10.505 INFO kablam! 97 | let len = span.end().line - span.start().line; Sep 04 22:03:10.505 INFO kablam! | ^^^^^ Sep 04 22:03:10.505 INFO kablam! | Sep 04 22:03:10.505 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.505 INFO kablam! --> src/source_analysis.rs:505:64 Sep 04 22:03:10.505 INFO kablam! | Sep 04 22:03:10.505 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 04 22:03:10.505 INFO kablam! | ^^^^^ Sep 04 22:03:10.505 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.505 INFO kablam! | Sep 04 22:03:10.505 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.505 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.505 INFO kablam! Sep 04 22:03:10.505 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.506 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.506 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.506 INFO kablam! Sep 04 22:03:10.507 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.507 INFO kablam! --> src/source_analysis.rs:506:56 Sep 04 22:03:10.507 INFO kablam! | Sep 04 22:03:10.507 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 04 22:03:10.507 INFO kablam! | ^^^^^ Sep 04 22:03:10.507 INFO kablam! | Sep 04 22:03:10.507 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.507 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.507 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.507 INFO kablam! Sep 04 22:03:10.509 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.509 INFO kablam! --> src/source_analysis.rs:99:62 Sep 04 22:03:10.509 INFO kablam! | Sep 04 22:03:10.509 INFO kablam! 99 | for (i, line) in c.lines().enumerate().skip(span.start().line - 1).take(len) { Sep 04 22:03:10.509 INFO kablam! | ^^^^^ Sep 04 22:03:10.509 INFO kablam! | Sep 04 22:03:10.509 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.509 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.509 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.509 INFO kablam! Sep 04 22:03:10.516 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.516 INFO kablam! --> src/source_analysis.rs:118:23 Sep 04 22:03:10.516 INFO kablam! | Sep 04 22:03:10.516 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 04 22:03:10.516 INFO kablam! | ^^^^^ Sep 04 22:03:10.516 INFO kablam! | Sep 04 22:03:10.516 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.516 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.516 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.516 INFO kablam! Sep 04 22:03:10.519 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.519 INFO kablam! --> src/source_analysis.rs:540:66 Sep 04 22:03:10.519 INFO kablam! | Sep 04 22:03:10.519 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 04 22:03:10.519 INFO kablam! | ^^^^^ Sep 04 22:03:10.519 INFO kablam! | Sep 04 22:03:10.519 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.519 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.519 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.519 INFO kablam! Sep 04 22:03:10.520 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.520 INFO kablam! --> src/source_analysis.rs:118:43 Sep 04 22:03:10.520 INFO kablam! | Sep 04 22:03:10.520 INFO kablam! 118 | for i in span.start().line..(span.end().line +1) { Sep 04 22:03:10.520 INFO kablam! | ^^^ Sep 04 22:03:10.520 INFO kablam! Sep 04 22:03:10.521 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.521 INFO kablam! --> src/source_analysis.rs:543:60 Sep 04 22:03:10.521 INFO kablam! | Sep 04 22:03:10.521 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 04 22:03:10.521 INFO kablam! | ^^^^^ Sep 04 22:03:10.521 INFO kablam! | Sep 04 22:03:10.521 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.522 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.522 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.522 INFO kablam! Sep 04 22:03:10.524 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.524 INFO kablam! --> src/source_analysis.rs:544:54 Sep 04 22:03:10.524 INFO kablam! | Sep 04 22:03:10.524 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 04 22:03:10.524 INFO kablam! | ^^^^^ Sep 04 22:03:10.524 INFO kablam! | Sep 04 22:03:10.524 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.524 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.524 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.524 INFO kablam! Sep 04 22:03:10.555 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.555 INFO kablam! --> src/source_analysis.rs:718:28 Sep 04 22:03:10.555 INFO kablam! | Sep 04 22:03:10.555 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 04 22:03:10.555 INFO kablam! | ^^^^^ Sep 04 22:03:10.555 INFO kablam! | Sep 04 22:03:10.555 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.555 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.555 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.555 INFO kablam! Sep 04 22:03:10.559 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.559 INFO kablam! --> src/source_analysis.rs:718:45 Sep 04 22:03:10.559 INFO kablam! | Sep 04 22:03:10.559 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 04 22:03:10.559 INFO kablam! | ^^^ Sep 04 22:03:10.559 INFO kablam! Sep 04 22:03:10.563 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.564 INFO kablam! --> src/source_analysis.rs:729:29 Sep 04 22:03:10.564 INFO kablam! | Sep 04 22:03:10.564 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 04 22:03:10.564 INFO kablam! | ^^^^^ Sep 04 22:03:10.564 INFO kablam! | Sep 04 22:03:10.564 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.564 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.564 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.564 INFO kablam! Sep 04 22:03:10.568 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.568 INFO kablam! --> src/source_analysis.rs:730:27 Sep 04 22:03:10.568 INFO kablam! | Sep 04 22:03:10.568 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 04 22:03:10.568 INFO kablam! | ^^^ Sep 04 22:03:10.568 INFO kablam! Sep 04 22:03:10.574 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.574 INFO kablam! --> src/source_analysis.rs:741:29 Sep 04 22:03:10.574 INFO kablam! | Sep 04 22:03:10.574 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 04 22:03:10.574 INFO kablam! | ^^^^^ Sep 04 22:03:10.574 INFO kablam! | Sep 04 22:03:10.574 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.574 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.574 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.574 INFO kablam! Sep 04 22:03:10.578 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.578 INFO kablam! --> src/source_analysis.rs:742:27 Sep 04 22:03:10.578 INFO kablam! | Sep 04 22:03:10.578 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 04 22:03:10.578 INFO kablam! | ^^^ Sep 04 22:03:10.578 INFO kablam! Sep 04 22:03:10.584 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.584 INFO kablam! --> src/source_analysis.rs:753:45 Sep 04 22:03:10.584 INFO kablam! | Sep 04 22:03:10.584 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 04 22:03:10.584 INFO kablam! | ^^^^^ Sep 04 22:03:10.584 INFO kablam! | Sep 04 22:03:10.584 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.584 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.584 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.584 INFO kablam! Sep 04 22:03:10.587 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.587 INFO kablam! --> src/source_analysis.rs:756:36 Sep 04 22:03:10.587 INFO kablam! | Sep 04 22:03:10.587 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 04 22:03:10.587 INFO kablam! | ^^^^^ Sep 04 22:03:10.587 INFO kablam! | Sep 04 22:03:10.587 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.587 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.587 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.587 INFO kablam! Sep 04 22:03:10.592 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.592 INFO kablam! --> src/source_analysis.rs:765:24 Sep 04 22:03:10.592 INFO kablam! | Sep 04 22:03:10.592 INFO kablam! 765 | if u_line != s.start().line { Sep 04 22:03:10.592 INFO kablam! | ^^^^^ Sep 04 22:03:10.592 INFO kablam! | Sep 04 22:03:10.592 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.592 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.592 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.592 INFO kablam! Sep 04 22:03:10.597 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.597 INFO kablam! --> src/source_analysis.rs:782:34 Sep 04 22:03:10.597 INFO kablam! | Sep 04 22:03:10.597 INFO kablam! 782 | let start = structure.span().start().line; Sep 04 22:03:10.597 INFO kablam! | ^^^^^ Sep 04 22:03:10.597 INFO kablam! | Sep 04 22:03:10.597 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.597 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.597 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.597 INFO kablam! Sep 04 22:03:10.600 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.601 INFO kablam! --> src/source_analysis.rs:783:32 Sep 04 22:03:10.601 INFO kablam! | Sep 04 22:03:10.601 INFO kablam! 783 | let end = structure.span().end().line; Sep 04 22:03:10.601 INFO kablam! | ^^^ Sep 04 22:03:10.601 INFO kablam! Sep 04 22:03:10.607 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.607 INFO kablam! --> src/source_analysis.rs:796:35 Sep 04 22:03:10.607 INFO kablam! | Sep 04 22:03:10.607 INFO kablam! 796 | cover.insert(span.start().line); Sep 04 22:03:10.607 INFO kablam! | ^^^^^ Sep 04 22:03:10.607 INFO kablam! | Sep 04 22:03:10.607 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.607 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.607 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.607 INFO kablam! Sep 04 22:03:10.613 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.613 INFO kablam! --> src/source_analysis.rs:810:28 Sep 04 22:03:10.613 INFO kablam! | Sep 04 22:03:10.613 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 04 22:03:10.613 INFO kablam! | ^^^^^ Sep 04 22:03:10.613 INFO kablam! | Sep 04 22:03:10.613 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.613 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.613 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.613 INFO kablam! Sep 04 22:03:10.614 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.614 INFO kablam! --> src/source_analysis.rs:430:53 Sep 04 22:03:10.614 INFO kablam! | Sep 04 22:03:10.614 INFO kablam! 430 | let line_number = func.decl.fn_token.span().start().line; Sep 04 22:03:10.614 INFO kablam! | ^^^^^ Sep 04 22:03:10.614 INFO kablam! | Sep 04 22:03:10.614 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.614 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.614 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.614 INFO kablam! Sep 04 22:03:10.616 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.616 INFO kablam! --> src/source_analysis.rs:433:47 Sep 04 22:03:10.616 INFO kablam! | Sep 04 22:03:10.616 INFO kablam! 433 | let decl_start = func.decl.fn_token.0.start().line+1; Sep 04 22:03:10.616 INFO kablam! | ^^^^^ Sep 04 22:03:10.616 INFO kablam! | Sep 04 22:03:10.616 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.616 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.616 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.617 INFO kablam! Sep 04 22:03:10.617 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.617 INFO kablam! --> src/source_analysis.rs:811:26 Sep 04 22:03:10.617 INFO kablam! | Sep 04 22:03:10.617 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 04 22:03:10.617 INFO kablam! | ^^^ Sep 04 22:03:10.617 INFO kablam! Sep 04 22:03:10.619 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.619 INFO kablam! --> src/source_analysis.rs:434:45 Sep 04 22:03:10.619 INFO kablam! | Sep 04 22:03:10.619 INFO kablam! 434 | let stmts_start = func.block.span().start().line; Sep 04 22:03:10.619 INFO kablam! | ^^^^^ Sep 04 22:03:10.619 INFO kablam! | Sep 04 22:03:10.619 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.619 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.619 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.619 INFO kablam! Sep 04 22:03:10.628 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.628 INFO kablam! --> src/source_analysis.rs:843:28 Sep 04 22:03:10.628 INFO kablam! | Sep 04 22:03:10.628 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 04 22:03:10.628 INFO kablam! | ^^^^^ Sep 04 22:03:10.628 INFO kablam! | Sep 04 22:03:10.628 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.628 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.628 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.628 INFO kablam! Sep 04 22:03:10.631 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.631 INFO kablam! --> src/source_analysis.rs:843:45 Sep 04 22:03:10.631 INFO kablam! | Sep 04 22:03:10.632 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 04 22:03:10.632 INFO kablam! | ^^^ Sep 04 22:03:10.632 INFO kablam! Sep 04 22:03:10.637 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.637 INFO kablam! --> src/source_analysis.rs:502:74 Sep 04 22:03:10.637 INFO kablam! | Sep 04 22:03:10.637 INFO kablam! 502 | analysis.ignore.remove(&Lines::Line(i.sig.span().start().line)); Sep 04 22:03:10.637 INFO kablam! | ^^^^^ Sep 04 22:03:10.637 INFO kablam! | Sep 04 22:03:10.637 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.637 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.637 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.637 INFO kablam! Sep 04 22:03:10.639 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.639 INFO kablam! --> src/source_analysis.rs:505:64 Sep 04 22:03:10.639 INFO kablam! | Sep 04 22:03:10.639 INFO kablam! 505 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 04 22:03:10.639 INFO kablam! | ^^^^^ Sep 04 22:03:10.639 INFO kablam! | Sep 04 22:03:10.639 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.639 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.639 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.639 INFO kablam! Sep 04 22:03:10.642 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.642 INFO kablam! --> src/source_analysis.rs:506:56 Sep 04 22:03:10.642 INFO kablam! | Sep 04 22:03:10.642 INFO kablam! 506 | let stmts_start = block.span().start().line; Sep 04 22:03:10.642 INFO kablam! | ^^^^^ Sep 04 22:03:10.642 INFO kablam! | Sep 04 22:03:10.642 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.642 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.642 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.642 INFO kablam! Sep 04 22:03:10.651 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.651 INFO kablam! --> src/source_analysis.rs:540:66 Sep 04 22:03:10.651 INFO kablam! | Sep 04 22:03:10.651 INFO kablam! 540 | analysis.ignore.remove(&Lines::Line(i.span().start().line)); Sep 04 22:03:10.651 INFO kablam! | ^^^^^ Sep 04 22:03:10.651 INFO kablam! | Sep 04 22:03:10.651 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.651 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.651 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.651 INFO kablam! Sep 04 22:03:10.653 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.653 INFO kablam! --> src/source_analysis.rs:543:60 Sep 04 22:03:10.653 INFO kablam! | Sep 04 22:03:10.653 INFO kablam! 543 | let decl_start = i.sig.decl.fn_token.0.start().line+1; Sep 04 22:03:10.653 INFO kablam! | ^^^^^ Sep 04 22:03:10.653 INFO kablam! | Sep 04 22:03:10.653 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.653 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.653 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.653 INFO kablam! Sep 04 22:03:10.656 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.656 INFO kablam! --> src/source_analysis.rs:544:54 Sep 04 22:03:10.656 INFO kablam! | Sep 04 22:03:10.656 INFO kablam! 544 | let stmts_start = i.block.span().start().line; Sep 04 22:03:10.656 INFO kablam! | ^^^^^ Sep 04 22:03:10.656 INFO kablam! | Sep 04 22:03:10.656 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.656 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.656 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.656 INFO kablam! Sep 04 22:03:10.680 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.680 INFO kablam! --> src/source_analysis.rs:718:28 Sep 04 22:03:10.680 INFO kablam! | Sep 04 22:03:10.680 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 04 22:03:10.680 INFO kablam! | ^^^^^ Sep 04 22:03:10.680 INFO kablam! | Sep 04 22:03:10.680 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.681 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.681 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.681 INFO kablam! Sep 04 22:03:10.684 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.684 INFO kablam! --> src/source_analysis.rs:718:45 Sep 04 22:03:10.684 INFO kablam! | Sep 04 22:03:10.684 INFO kablam! 718 | for i in s.start().line..(s.end().line+1) { Sep 04 22:03:10.684 INFO kablam! | ^^^ Sep 04 22:03:10.684 INFO kablam! Sep 04 22:03:10.688 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.688 INFO kablam! --> src/source_analysis.rs:729:29 Sep 04 22:03:10.688 INFO kablam! | Sep 04 22:03:10.688 INFO kablam! 729 | let start = call.span().start().line + 1; Sep 04 22:03:10.688 INFO kablam! | ^^^^^ Sep 04 22:03:10.688 INFO kablam! | Sep 04 22:03:10.688 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.688 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.688 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.688 INFO kablam! Sep 04 22:03:10.692 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.692 INFO kablam! --> src/source_analysis.rs:730:27 Sep 04 22:03:10.692 INFO kablam! | Sep 04 22:03:10.692 INFO kablam! 730 | let end = call.span().end().line + 1; Sep 04 22:03:10.692 INFO kablam! | ^^^ Sep 04 22:03:10.692 INFO kablam! Sep 04 22:03:10.697 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.697 INFO kablam! --> src/source_analysis.rs:741:29 Sep 04 22:03:10.697 INFO kablam! | Sep 04 22:03:10.697 INFO kablam! 741 | let start = meth.span().start().line + 1; Sep 04 22:03:10.697 INFO kablam! | ^^^^^ Sep 04 22:03:10.697 INFO kablam! | Sep 04 22:03:10.697 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.697 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.697 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.697 INFO kablam! Sep 04 22:03:10.701 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.701 INFO kablam! --> src/source_analysis.rs:742:27 Sep 04 22:03:10.701 INFO kablam! | Sep 04 22:03:10.701 INFO kablam! 742 | let end = meth.span().end().line + 1; Sep 04 22:03:10.701 INFO kablam! | ^^^ Sep 04 22:03:10.701 INFO kablam! Sep 04 22:03:10.706 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.706 INFO kablam! --> src/source_analysis.rs:753:45 Sep 04 22:03:10.706 INFO kablam! | Sep 04 22:03:10.706 INFO kablam! 753 | let u_line = unsafe_expr.unsafe_token.0.start().line; Sep 04 22:03:10.706 INFO kablam! | ^^^^^ Sep 04 22:03:10.706 INFO kablam! | Sep 04 22:03:10.706 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.706 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.706 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.706 INFO kablam! Sep 04 22:03:10.708 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.708 INFO kablam! --> src/source_analysis.rs:756:36 Sep 04 22:03:10.708 INFO kablam! | Sep 04 22:03:10.708 INFO kablam! 756 | if u_line != blk.brace_token.0.start().line || blk.stmts.is_empty() { Sep 04 22:03:10.708 INFO kablam! | ^^^^^ Sep 04 22:03:10.708 INFO kablam! | Sep 04 22:03:10.708 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.709 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.709 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.709 INFO kablam! Sep 04 22:03:10.714 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.714 INFO kablam! --> src/source_analysis.rs:765:24 Sep 04 22:03:10.714 INFO kablam! | Sep 04 22:03:10.714 INFO kablam! 765 | if u_line != s.start().line { Sep 04 22:03:10.714 INFO kablam! | ^^^^^ Sep 04 22:03:10.714 INFO kablam! | Sep 04 22:03:10.714 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.714 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.714 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.714 INFO kablam! Sep 04 22:03:10.718 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.718 INFO kablam! --> src/source_analysis.rs:782:34 Sep 04 22:03:10.718 INFO kablam! | Sep 04 22:03:10.718 INFO kablam! 782 | let start = structure.span().start().line; Sep 04 22:03:10.718 INFO kablam! | ^^^^^ Sep 04 22:03:10.718 INFO kablam! | Sep 04 22:03:10.718 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.718 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.718 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.718 INFO kablam! Sep 04 22:03:10.722 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.722 INFO kablam! --> src/source_analysis.rs:783:32 Sep 04 22:03:10.722 INFO kablam! | Sep 04 22:03:10.722 INFO kablam! 783 | let end = structure.span().end().line; Sep 04 22:03:10.722 INFO kablam! | ^^^ Sep 04 22:03:10.722 INFO kablam! Sep 04 22:03:10.727 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.727 INFO kablam! --> src/source_analysis.rs:796:35 Sep 04 22:03:10.727 INFO kablam! | Sep 04 22:03:10.727 INFO kablam! 796 | cover.insert(span.start().line); Sep 04 22:03:10.727 INFO kablam! | ^^^^^ Sep 04 22:03:10.727 INFO kablam! | Sep 04 22:03:10.727 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.727 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.727 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.727 INFO kablam! Sep 04 22:03:10.732 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.732 INFO kablam! --> src/source_analysis.rs:810:28 Sep 04 22:03:10.732 INFO kablam! | Sep 04 22:03:10.732 INFO kablam! 810 | let start = mac.span().start().line + 1; Sep 04 22:03:10.732 INFO kablam! | ^^^^^ Sep 04 22:03:10.732 INFO kablam! | Sep 04 22:03:10.732 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.733 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.733 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.733 INFO kablam! Sep 04 22:03:10.736 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.736 INFO kablam! --> src/source_analysis.rs:811:26 Sep 04 22:03:10.736 INFO kablam! | Sep 04 22:03:10.736 INFO kablam! 811 | let end = mac.span().end().line + 1; Sep 04 22:03:10.736 INFO kablam! | ^^^ Sep 04 22:03:10.736 INFO kablam! Sep 04 22:03:10.745 INFO kablam! error[E0599]: no method named `start` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.745 INFO kablam! --> src/source_analysis.rs:843:28 Sep 04 22:03:10.745 INFO kablam! | Sep 04 22:03:10.745 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 04 22:03:10.745 INFO kablam! | ^^^^^ Sep 04 22:03:10.745 INFO kablam! | Sep 04 22:03:10.745 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 22:03:10.745 INFO kablam! = note: the following trait defines an item `start`, perhaps you need to implement it: Sep 04 22:03:10.745 INFO kablam! candidate #1: `statemachine::StateData` Sep 04 22:03:10.746 INFO kablam! Sep 04 22:03:10.749 INFO kablam! error[E0599]: no method named `end` found for type `proc_macro2::Span` in the current scope Sep 04 22:03:10.749 INFO kablam! --> src/source_analysis.rs:843:45 Sep 04 22:03:10.749 INFO kablam! | Sep 04 22:03:10.749 INFO kablam! 843 | for i in t.start().line..(t.end().line+1) { Sep 04 22:03:10.749 INFO kablam! | ^^^ Sep 04 22:03:10.749 INFO kablam! Sep 04 22:03:10.798 INFO kablam! error: aborting due to 32 previous errors Sep 04 22:03:10.798 INFO kablam! Sep 04 22:03:10.798 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 22:03:10.823 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 04 22:03:10.823 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:03:10.902 INFO kablam! error: aborting due to 32 previous errors Sep 04 22:03:10.903 INFO kablam! Sep 04 22:03:10.903 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 22:03:10.949 INFO kablam! error: Could not compile `cargo-tarpaulin`. Sep 04 22:03:10.949 INFO kablam! Sep 04 22:03:10.949 INFO kablam! To learn more, run the command again with --verbose. Sep 04 22:03:10.952 INFO kablam! su: No module specific data is present Sep 04 22:03:11.448 INFO running `"docker" "rm" "-f" "b7024fd8750179c0b2ecec13770109854cfb98791a03c492dfac29779514cfee"` Sep 04 22:03:11.611 INFO blam! b7024fd8750179c0b2ecec13770109854cfb98791a03c492dfac29779514cfee