Oct 13 11:31:48.274 INFO checking notnow-0.1.2 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 11:31:48.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 11:31:48.818 INFO blam! 4264416dd037a9d0e69d1fe2e35f84afbb28858afb4a78ccff493fa6e0cc2522 Oct 13 11:31:48.824 INFO running `"docker" "start" "-a" "4264416dd037a9d0e69d1fe2e35f84afbb28858afb4a78ccff493fa6e0cc2522"` Oct 13 11:31:49.817 INFO kablam! usermod: no changes Oct 13 11:31:49.928 INFO kablam! Compiling gui v0.2.0 Oct 13 11:31:52.154 INFO kablam! Compiling gui-derive v0.2.0 Oct 13 11:31:58.065 INFO kablam! Checking notnow v0.1.2 (/source) Oct 13 11:31:58.289 INFO kablam! warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Oct 13 11:31:58.289 INFO kablam! --> src/main.rs:43:3 Oct 13 11:31:58.290 INFO kablam! | Oct 13 11:31:58.290 INFO kablam! 43 | private_no_mangle_fns, Oct 13 11:31:58.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:31:58.291 INFO kablam! | Oct 13 11:31:58.292 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 13 11:31:58.292 INFO kablam! Oct 13 11:31:58.293 INFO kablam! warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Oct 13 11:31:58.293 INFO kablam! --> src/main.rs:44:3 Oct 13 11:31:58.294 INFO kablam! | Oct 13 11:31:58.294 INFO kablam! 44 | private_no_mangle_statics, Oct 13 11:31:58.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:31:58.295 INFO kablam! Oct 13 11:31:58.296 INFO kablam! warning: unknown lint: `unnameable_test_functions` Oct 13 11:31:58.296 INFO kablam! --> src/main.rs:56:3 Oct 13 11:31:58.297 INFO kablam! | Oct 13 11:31:58.297 INFO kablam! 56 | unnameable_test_functions, Oct 13 11:31:58.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:31:58.298 INFO kablam! | Oct 13 11:31:58.299 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 13 11:31:58.300 INFO kablam! Oct 13 11:31:58.317 INFO kablam! warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Oct 13 11:31:58.317 INFO kablam! --> src/main.rs:43:3 Oct 13 11:31:58.317 INFO kablam! | Oct 13 11:31:58.317 INFO kablam! 43 | private_no_mangle_fns, Oct 13 11:31:58.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:31:58.318 INFO kablam! | Oct 13 11:31:58.318 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 13 11:31:58.318 INFO kablam! Oct 13 11:31:58.318 INFO kablam! warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Oct 13 11:31:58.319 INFO kablam! --> src/main.rs:44:3 Oct 13 11:31:58.319 INFO kablam! | Oct 13 11:31:58.319 INFO kablam! 44 | private_no_mangle_statics, Oct 13 11:31:58.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:31:58.319 INFO kablam! Oct 13 11:31:58.319 INFO kablam! warning: unknown lint: `unnameable_test_functions` Oct 13 11:31:58.319 INFO kablam! --> src/main.rs:56:3 Oct 13 11:31:58.320 INFO kablam! | Oct 13 11:31:58.320 INFO kablam! 56 | unnameable_test_functions, Oct 13 11:31:58.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:31:58.321 INFO kablam! | Oct 13 11:31:58.321 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 13 11:31:58.321 INFO kablam! Oct 13 11:31:59.580 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.580 INFO kablam! --> src/event.rs:28:5 Oct 13 11:31:59.580 INFO kablam! | Oct 13 11:31:59.580 INFO kablam! 28 | use termui::TermUiEvent; Oct 13 11:31:59.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:31:59.580 INFO kablam! | Oct 13 11:31:59.580 INFO kablam! note: lint level defined here Oct 13 11:31:59.580 INFO kablam! --> src/main.rs:47:3 Oct 13 11:31:59.581 INFO kablam! | Oct 13 11:31:59.581 INFO kablam! 47 | rust_2018_compatibility, Oct 13 11:31:59.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:31:59.582 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 13 11:31:59.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.582 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.582 INFO kablam! Oct 13 11:31:59.583 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.583 INFO kablam! --> src/id.rs:28:5 Oct 13 11:31:59.583 INFO kablam! | Oct 13 11:31:59.584 INFO kablam! 28 | use ser::id::Id as SerId; Oct 13 11:31:59.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as SerId` Oct 13 11:31:59.584 INFO kablam! | Oct 13 11:31:59.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.585 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.585 INFO kablam! Oct 13 11:31:59.586 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.586 INFO kablam! --> src/in_out.rs:31:5 Oct 13 11:31:59.587 INFO kablam! | Oct 13 11:31:59.587 INFO kablam! 31 | use event::EventUpdated; Oct 13 11:31:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 13 11:31:59.587 INFO kablam! | Oct 13 11:31:59.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.588 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.588 INFO kablam! Oct 13 11:31:59.589 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.589 INFO kablam! --> src/in_out.rs:32:5 Oct 13 11:31:59.589 INFO kablam! | Oct 13 11:31:59.589 INFO kablam! 32 | use termui::TermUiEvent; Oct 13 11:31:59.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:31:59.590 INFO kablam! | Oct 13 11:31:59.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.591 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.591 INFO kablam! Oct 13 11:31:59.592 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.592 INFO kablam! --> src/query.rs:28:5 Oct 13 11:31:59.592 INFO kablam! | Oct 13 11:31:59.593 INFO kablam! 28 | use ser::query::Query as SerQuery; Oct 13 11:31:59.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query as SerQuery` Oct 13 11:31:59.593 INFO kablam! | Oct 13 11:31:59.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.594 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.594 INFO kablam! Oct 13 11:31:59.594 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.595 INFO kablam! --> src/query.rs:29:5 Oct 13 11:31:59.595 INFO kablam! | Oct 13 11:31:59.595 INFO kablam! 29 | use ser::query::TagLit as SerTagLit; Oct 13 11:31:59.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::TagLit as SerTagLit` Oct 13 11:31:59.596 INFO kablam! | Oct 13 11:31:59.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.596 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.597 INFO kablam! Oct 13 11:31:59.597 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.597 INFO kablam! --> src/query.rs:30:5 Oct 13 11:31:59.598 INFO kablam! | Oct 13 11:31:59.598 INFO kablam! 30 | use tags::Tag; Oct 13 11:31:59.598 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 13 11:31:59.599 INFO kablam! | Oct 13 11:31:59.599 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.599 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.599 INFO kablam! Oct 13 11:31:59.600 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.600 INFO kablam! --> src/query.rs:31:5 Oct 13 11:31:59.600 INFO kablam! | Oct 13 11:31:59.601 INFO kablam! 31 | use tags::TagMap; Oct 13 11:31:59.601 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 13 11:31:59.601 INFO kablam! | Oct 13 11:31:59.602 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.602 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.602 INFO kablam! Oct 13 11:31:59.603 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.603 INFO kablam! --> src/query.rs:32:5 Oct 13 11:31:59.603 INFO kablam! | Oct 13 11:31:59.604 INFO kablam! 32 | use tags::Templates; Oct 13 11:31:59.604 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 13 11:31:59.604 INFO kablam! | Oct 13 11:31:59.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.605 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.605 INFO kablam! Oct 13 11:31:59.606 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.606 INFO kablam! --> src/query.rs:33:5 Oct 13 11:31:59.606 INFO kablam! | Oct 13 11:31:59.606 INFO kablam! 33 | use tasks::Task; Oct 13 11:31:59.607 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 13 11:31:59.607 INFO kablam! | Oct 13 11:31:59.607 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.608 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.608 INFO kablam! Oct 13 11:31:59.608 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.609 INFO kablam! --> src/query.rs:34:5 Oct 13 11:31:59.609 INFO kablam! | Oct 13 11:31:59.609 INFO kablam! 34 | use tasks::Tasks; Oct 13 11:31:59.610 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 13 11:31:59.610 INFO kablam! | Oct 13 11:31:59.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.611 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.611 INFO kablam! Oct 13 11:31:59.612 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.612 INFO kablam! --> src/resize.rs:67:5 Oct 13 11:31:59.612 INFO kablam! | Oct 13 11:31:59.613 INFO kablam! 67 | use Event; Oct 13 11:31:59.613 INFO kablam! | ^^^^^ help: use `crate`: `crate::Event` Oct 13 11:31:59.613 INFO kablam! | Oct 13 11:31:59.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.614 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.614 INFO kablam! Oct 13 11:31:59.615 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.615 INFO kablam! --> src/ser/query.rs:20:5 Oct 13 11:31:59.616 INFO kablam! | Oct 13 11:31:59.616 INFO kablam! 20 | use ser::tags::Id; Oct 13 11:31:59.616 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id` Oct 13 11:31:59.617 INFO kablam! | Oct 13 11:31:59.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.617 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.617 INFO kablam! Oct 13 11:31:59.618 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.618 INFO kablam! --> src/ser/query.rs:21:5 Oct 13 11:31:59.618 INFO kablam! | Oct 13 11:31:59.619 INFO kablam! 21 | use ser::tags::Tag; Oct 13 11:31:59.619 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 13 11:31:59.619 INFO kablam! | Oct 13 11:31:59.620 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.620 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.620 INFO kablam! Oct 13 11:31:59.621 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.622 INFO kablam! --> src/ser/state.rs:20:5 Oct 13 11:31:59.622 INFO kablam! | Oct 13 11:31:59.622 INFO kablam! 20 | use ser::query::Query; Oct 13 11:31:59.622 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query` Oct 13 11:31:59.623 INFO kablam! | Oct 13 11:31:59.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.623 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.624 INFO kablam! Oct 13 11:31:59.624 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.624 INFO kablam! --> src/ser/state.rs:21:5 Oct 13 11:31:59.624 INFO kablam! | Oct 13 11:31:59.625 INFO kablam! 21 | use ser::tags::Templates; Oct 13 11:31:59.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates` Oct 13 11:31:59.625 INFO kablam! | Oct 13 11:31:59.626 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.626 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.626 INFO kablam! Oct 13 11:31:59.627 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.627 INFO kablam! --> src/ser/state.rs:22:5 Oct 13 11:31:59.627 INFO kablam! | Oct 13 11:31:59.627 INFO kablam! 22 | use ser::tasks::Tasks; Oct 13 11:31:59.628 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks` Oct 13 11:31:59.628 INFO kablam! | Oct 13 11:31:59.628 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.629 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.629 INFO kablam! Oct 13 11:31:59.630 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.630 INFO kablam! --> src/ser/tags.rs:20:5 Oct 13 11:31:59.630 INFO kablam! | Oct 13 11:31:59.631 INFO kablam! 20 | use ser::id::Id as IdT; Oct 13 11:31:59.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as IdT` Oct 13 11:31:59.631 INFO kablam! | Oct 13 11:31:59.632 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.632 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.632 INFO kablam! Oct 13 11:31:59.634 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.634 INFO kablam! --> src/ser/tasks.rs:20:5 Oct 13 11:31:59.634 INFO kablam! | Oct 13 11:31:59.634 INFO kablam! 20 | use ser::tags::Tag; Oct 13 11:31:59.635 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 13 11:31:59.635 INFO kablam! | Oct 13 11:31:59.635 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.636 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.636 INFO kablam! Oct 13 11:31:59.637 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.637 INFO kablam! --> src/state.rs:35:5 Oct 13 11:31:59.637 INFO kablam! | Oct 13 11:31:59.638 INFO kablam! 35 | use query::Query; Oct 13 11:31:59.638 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 13 11:31:59.638 INFO kablam! | Oct 13 11:31:59.638 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.639 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.639 INFO kablam! Oct 13 11:31:59.639 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.640 INFO kablam! --> src/state.rs:36:5 Oct 13 11:31:59.640 INFO kablam! | Oct 13 11:31:59.640 INFO kablam! 36 | use query::QueryBuilder; Oct 13 11:31:59.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::query::QueryBuilder` Oct 13 11:31:59.641 INFO kablam! | Oct 13 11:31:59.641 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.641 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.642 INFO kablam! Oct 13 11:31:59.642 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.642 INFO kablam! --> src/state.rs:37:5 Oct 13 11:31:59.643 INFO kablam! | Oct 13 11:31:59.643 INFO kablam! 37 | use ser::state::ProgState as SerProgState; Oct 13 11:31:59.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::ProgState as SerProgState` Oct 13 11:31:59.643 INFO kablam! | Oct 13 11:31:59.644 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.644 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.644 INFO kablam! Oct 13 11:31:59.645 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.645 INFO kablam! --> src/state.rs:38:5 Oct 13 11:31:59.645 INFO kablam! | Oct 13 11:31:59.646 INFO kablam! 38 | use ser::state::TaskState as SerTaskState; Oct 13 11:31:59.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::TaskState as SerTaskState` Oct 13 11:31:59.646 INFO kablam! | Oct 13 11:31:59.646 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.647 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.647 INFO kablam! Oct 13 11:31:59.647 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.648 INFO kablam! --> src/state.rs:39:5 Oct 13 11:31:59.648 INFO kablam! | Oct 13 11:31:59.648 INFO kablam! 39 | use tags::Templates; Oct 13 11:31:59.648 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 13 11:31:59.649 INFO kablam! | Oct 13 11:31:59.649 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.649 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.650 INFO kablam! Oct 13 11:31:59.650 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.650 INFO kablam! --> src/state.rs:40:5 Oct 13 11:31:59.651 INFO kablam! | Oct 13 11:31:59.651 INFO kablam! 40 | use tasks::Tasks; Oct 13 11:31:59.651 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 13 11:31:59.651 INFO kablam! | Oct 13 11:31:59.652 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.652 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.652 INFO kablam! Oct 13 11:31:59.653 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.653 INFO kablam! --> src/tab_bar.rs:36:5 Oct 13 11:31:59.653 INFO kablam! | Oct 13 11:31:59.654 INFO kablam! 36 | use event::EventUpdated; Oct 13 11:31:59.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 13 11:31:59.654 INFO kablam! | Oct 13 11:31:59.655 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.655 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.655 INFO kablam! Oct 13 11:31:59.656 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.656 INFO kablam! --> src/tab_bar.rs:37:5 Oct 13 11:31:59.656 INFO kablam! | Oct 13 11:31:59.656 INFO kablam! 37 | use in_out::InOut; Oct 13 11:31:59.657 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 13 11:31:59.657 INFO kablam! | Oct 13 11:31:59.657 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.658 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.658 INFO kablam! Oct 13 11:31:59.658 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.659 INFO kablam! --> src/tab_bar.rs:38:5 Oct 13 11:31:59.659 INFO kablam! | Oct 13 11:31:59.659 INFO kablam! 38 | use state::State; Oct 13 11:31:59.659 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 13 11:31:59.660 INFO kablam! | Oct 13 11:31:59.660 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.660 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.661 INFO kablam! Oct 13 11:31:59.661 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.661 INFO kablam! --> src/tab_bar.rs:39:5 Oct 13 11:31:59.662 INFO kablam! | Oct 13 11:31:59.662 INFO kablam! 39 | use task_list_box::TaskListBox; Oct 13 11:31:59.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 13 11:31:59.662 INFO kablam! | Oct 13 11:31:59.663 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.663 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.663 INFO kablam! Oct 13 11:31:59.664 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.664 INFO kablam! --> src/tab_bar.rs:40:5 Oct 13 11:31:59.664 INFO kablam! | Oct 13 11:31:59.664 INFO kablam! 40 | use termui::TermUiEvent; Oct 13 11:31:59.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:31:59.665 INFO kablam! | Oct 13 11:31:59.665 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.666 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.666 INFO kablam! Oct 13 11:31:59.667 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.667 INFO kablam! --> src/tags.rs:27:5 Oct 13 11:31:59.668 INFO kablam! | Oct 13 11:31:59.668 INFO kablam! 27 | use id::Id as IdT; Oct 13 11:31:59.668 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 13 11:31:59.669 INFO kablam! | Oct 13 11:31:59.669 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.669 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.669 INFO kablam! Oct 13 11:31:59.670 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.670 INFO kablam! --> src/tags.rs:28:5 Oct 13 11:31:59.670 INFO kablam! | Oct 13 11:31:59.671 INFO kablam! 28 | use ser::tags::Id as SerTagId; Oct 13 11:31:59.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerTagId` Oct 13 11:31:59.671 INFO kablam! | Oct 13 11:31:59.671 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.672 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.672 INFO kablam! Oct 13 11:31:59.672 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.673 INFO kablam! --> src/tags.rs:29:5 Oct 13 11:31:59.673 INFO kablam! | Oct 13 11:31:59.673 INFO kablam! 29 | use ser::tags::Tag as SerTag; Oct 13 11:31:59.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 13 11:31:59.674 INFO kablam! | Oct 13 11:31:59.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.674 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.674 INFO kablam! Oct 13 11:31:59.675 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.675 INFO kablam! --> src/tags.rs:30:5 Oct 13 11:31:59.675 INFO kablam! | Oct 13 11:31:59.676 INFO kablam! 30 | use ser::tags::Template as SerTemplate; Oct 13 11:31:59.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 13 11:31:59.676 INFO kablam! | Oct 13 11:31:59.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.677 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.677 INFO kablam! Oct 13 11:31:59.677 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.678 INFO kablam! --> src/tags.rs:31:5 Oct 13 11:31:59.678 INFO kablam! | Oct 13 11:31:59.678 INFO kablam! 31 | use ser::tags::Templates as SerTemplates; Oct 13 11:31:59.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 13 11:31:59.679 INFO kablam! | Oct 13 11:31:59.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.680 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.680 INFO kablam! Oct 13 11:31:59.681 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.681 INFO kablam! --> src/task_list_box.rs:35:5 Oct 13 11:31:59.681 INFO kablam! | Oct 13 11:31:59.682 INFO kablam! 35 | use event::EventUpdated; Oct 13 11:31:59.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 13 11:31:59.682 INFO kablam! | Oct 13 11:31:59.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.683 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.683 INFO kablam! Oct 13 11:31:59.684 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.684 INFO kablam! --> src/task_list_box.rs:36:5 Oct 13 11:31:59.684 INFO kablam! | Oct 13 11:31:59.685 INFO kablam! 36 | use in_out::InOut; Oct 13 11:31:59.685 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 13 11:31:59.685 INFO kablam! | Oct 13 11:31:59.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.686 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.686 INFO kablam! Oct 13 11:31:59.687 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.687 INFO kablam! --> src/task_list_box.rs:37:5 Oct 13 11:31:59.687 INFO kablam! | Oct 13 11:31:59.687 INFO kablam! 37 | use query::Query; Oct 13 11:31:59.688 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 13 11:31:59.688 INFO kablam! | Oct 13 11:31:59.689 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.689 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.689 INFO kablam! Oct 13 11:31:59.689 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.690 INFO kablam! --> src/task_list_box.rs:38:5 Oct 13 11:31:59.690 INFO kablam! | Oct 13 11:31:59.690 INFO kablam! 38 | use tab_bar::SearchState; Oct 13 11:31:59.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 13 11:31:59.691 INFO kablam! | Oct 13 11:31:59.691 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.691 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.692 INFO kablam! Oct 13 11:31:59.692 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.692 INFO kablam! --> src/task_list_box.rs:39:5 Oct 13 11:31:59.692 INFO kablam! | Oct 13 11:31:59.692 INFO kablam! 39 | use tab_bar::SelectionState; Oct 13 11:31:59.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 13 11:31:59.708 INFO kablam! | Oct 13 11:31:59.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.709 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.709 INFO kablam! Oct 13 11:31:59.710 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.710 INFO kablam! --> src/task_list_box.rs:40:5 Oct 13 11:31:59.710 INFO kablam! | Oct 13 11:31:59.710 INFO kablam! 40 | use tasks::Id as TaskId; Oct 13 11:31:59.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 13 11:31:59.711 INFO kablam! | Oct 13 11:31:59.711 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.712 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.712 INFO kablam! Oct 13 11:31:59.712 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.712 INFO kablam! --> src/task_list_box.rs:41:5 Oct 13 11:31:59.713 INFO kablam! | Oct 13 11:31:59.713 INFO kablam! 41 | use tasks::Task; Oct 13 11:31:59.713 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 13 11:31:59.714 INFO kablam! | Oct 13 11:31:59.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.714 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.714 INFO kablam! Oct 13 11:31:59.715 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.715 INFO kablam! --> src/task_list_box.rs:42:5 Oct 13 11:31:59.715 INFO kablam! | Oct 13 11:31:59.715 INFO kablam! 42 | use tasks::Tasks; Oct 13 11:31:59.715 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 13 11:31:59.715 INFO kablam! | Oct 13 11:31:59.715 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.716 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.716 INFO kablam! Oct 13 11:31:59.716 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.716 INFO kablam! --> src/task_list_box.rs:43:5 Oct 13 11:31:59.716 INFO kablam! | Oct 13 11:31:59.716 INFO kablam! 43 | use termui::TermUiEvent; Oct 13 11:31:59.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:31:59.717 INFO kablam! | Oct 13 11:31:59.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.717 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.718 INFO kablam! Oct 13 11:31:59.718 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.718 INFO kablam! --> src/tasks.rs:28:5 Oct 13 11:31:59.718 INFO kablam! | Oct 13 11:31:59.719 INFO kablam! 28 | use id::Id as IdT; Oct 13 11:31:59.719 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 13 11:31:59.719 INFO kablam! | Oct 13 11:31:59.720 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.720 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.720 INFO kablam! Oct 13 11:31:59.720 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.721 INFO kablam! --> src/tasks.rs:29:5 Oct 13 11:31:59.721 INFO kablam! | Oct 13 11:31:59.721 INFO kablam! 29 | use ser::tasks::Task as SerTask; Oct 13 11:31:59.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 13 11:31:59.721 INFO kablam! | Oct 13 11:31:59.721 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.721 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.721 INFO kablam! Oct 13 11:31:59.721 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.721 INFO kablam! --> src/tasks.rs:30:5 Oct 13 11:31:59.721 INFO kablam! | Oct 13 11:31:59.721 INFO kablam! 30 | use ser::tasks::Tasks as SerTasks; Oct 13 11:31:59.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 13 11:31:59.722 INFO kablam! | Oct 13 11:31:59.722 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.722 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.722 INFO kablam! Oct 13 11:31:59.722 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.722 INFO kablam! --> src/tasks.rs:31:5 Oct 13 11:31:59.722 INFO kablam! | Oct 13 11:31:59.722 INFO kablam! 31 | use tags::Id as TagId; Oct 13 11:31:59.722 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Id as TagId` Oct 13 11:31:59.722 INFO kablam! | Oct 13 11:31:59.723 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.723 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.723 INFO kablam! Oct 13 11:31:59.723 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.723 INFO kablam! --> src/tasks.rs:32:5 Oct 13 11:31:59.723 INFO kablam! | Oct 13 11:31:59.723 INFO kablam! 32 | use tags::Tag; Oct 13 11:31:59.723 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 13 11:31:59.723 INFO kablam! | Oct 13 11:31:59.723 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.723 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.723 INFO kablam! Oct 13 11:31:59.723 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.724 INFO kablam! --> src/tasks.rs:33:5 Oct 13 11:31:59.724 INFO kablam! | Oct 13 11:31:59.724 INFO kablam! 33 | use tags::TagMap; Oct 13 11:31:59.724 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 13 11:31:59.724 INFO kablam! | Oct 13 11:31:59.724 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.724 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.724 INFO kablam! Oct 13 11:31:59.725 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.725 INFO kablam! --> src/tasks.rs:34:5 Oct 13 11:31:59.725 INFO kablam! | Oct 13 11:31:59.725 INFO kablam! 34 | use tags::Templates; Oct 13 11:31:59.725 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 13 11:31:59.725 INFO kablam! | Oct 13 11:31:59.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.725 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.725 INFO kablam! Oct 13 11:31:59.725 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.725 INFO kablam! --> src/term_renderer.rs:47:5 Oct 13 11:31:59.725 INFO kablam! | Oct 13 11:31:59.725 INFO kablam! 47 | use in_out::InOut; Oct 13 11:31:59.725 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 13 11:31:59.725 INFO kablam! | Oct 13 11:31:59.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.726 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.726 INFO kablam! Oct 13 11:31:59.726 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.726 INFO kablam! --> src/term_renderer.rs:48:5 Oct 13 11:31:59.726 INFO kablam! | Oct 13 11:31:59.726 INFO kablam! 48 | use in_out::InOutArea; Oct 13 11:31:59.726 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 13 11:31:59.726 INFO kablam! | Oct 13 11:31:59.726 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.726 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.726 INFO kablam! Oct 13 11:31:59.727 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.727 INFO kablam! --> src/term_renderer.rs:49:5 Oct 13 11:31:59.727 INFO kablam! | Oct 13 11:31:59.727 INFO kablam! 49 | use tab_bar::TabBar; Oct 13 11:31:59.727 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 13 11:31:59.727 INFO kablam! | Oct 13 11:31:59.727 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.727 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.727 INFO kablam! Oct 13 11:31:59.727 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.727 INFO kablam! --> src/term_renderer.rs:50:5 Oct 13 11:31:59.727 INFO kablam! | Oct 13 11:31:59.727 INFO kablam! 50 | use task_list_box::TaskListBox; Oct 13 11:31:59.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 13 11:31:59.727 INFO kablam! | Oct 13 11:31:59.727 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.727 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.727 INFO kablam! Oct 13 11:31:59.728 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.728 INFO kablam! --> src/term_renderer.rs:51:5 Oct 13 11:31:59.728 INFO kablam! | Oct 13 11:31:59.728 INFO kablam! 51 | use termui::TermUi; Oct 13 11:31:59.728 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 13 11:31:59.729 INFO kablam! | Oct 13 11:31:59.729 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.729 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.729 INFO kablam! Oct 13 11:31:59.729 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.729 INFO kablam! --> src/termui.rs:31:5 Oct 13 11:31:59.729 INFO kablam! | Oct 13 11:31:59.729 INFO kablam! 31 | use in_out::InOut; Oct 13 11:31:59.729 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 13 11:31:59.729 INFO kablam! | Oct 13 11:31:59.729 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.729 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.729 INFO kablam! Oct 13 11:31:59.730 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.730 INFO kablam! --> src/termui.rs:32:5 Oct 13 11:31:59.730 INFO kablam! | Oct 13 11:31:59.730 INFO kablam! 32 | use in_out::InOutArea; Oct 13 11:31:59.730 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 13 11:31:59.730 INFO kablam! | Oct 13 11:31:59.730 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.730 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.730 INFO kablam! Oct 13 11:31:59.730 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.730 INFO kablam! --> src/termui.rs:33:5 Oct 13 11:31:59.730 INFO kablam! | Oct 13 11:31:59.730 INFO kablam! 33 | use state::State; Oct 13 11:31:59.730 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 13 11:31:59.730 INFO kablam! | Oct 13 11:31:59.731 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.731 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.731 INFO kablam! Oct 13 11:31:59.731 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.731 INFO kablam! --> src/termui.rs:34:5 Oct 13 11:31:59.731 INFO kablam! | Oct 13 11:31:59.731 INFO kablam! 34 | use tab_bar::SearchState; Oct 13 11:31:59.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 13 11:31:59.731 INFO kablam! | Oct 13 11:31:59.731 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.731 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.731 INFO kablam! Oct 13 11:31:59.731 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.731 INFO kablam! --> src/termui.rs:35:5 Oct 13 11:31:59.731 INFO kablam! | Oct 13 11:31:59.731 INFO kablam! 35 | use tab_bar::SelectionState; Oct 13 11:31:59.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 13 11:31:59.732 INFO kablam! | Oct 13 11:31:59.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.732 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.732 INFO kablam! Oct 13 11:31:59.732 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.732 INFO kablam! --> src/termui.rs:36:5 Oct 13 11:31:59.732 INFO kablam! | Oct 13 11:31:59.732 INFO kablam! 36 | use tab_bar::TabBar; Oct 13 11:31:59.732 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 13 11:31:59.732 INFO kablam! | Oct 13 11:31:59.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.732 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.732 INFO kablam! Oct 13 11:31:59.732 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.732 INFO kablam! --> src/termui.rs:37:5 Oct 13 11:31:59.732 INFO kablam! | Oct 13 11:31:59.732 INFO kablam! 37 | use tasks::Id as TaskId; Oct 13 11:31:59.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 13 11:31:59.732 INFO kablam! | Oct 13 11:31:59.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.733 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.733 INFO kablam! Oct 13 11:31:59.733 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.733 INFO kablam! --> src/main.rs:132:5 Oct 13 11:31:59.733 INFO kablam! | Oct 13 11:31:59.733 INFO kablam! 132 | use event::convert; Oct 13 11:31:59.733 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::event::convert` Oct 13 11:31:59.733 INFO kablam! | Oct 13 11:31:59.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.733 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.734 INFO kablam! Oct 13 11:31:59.734 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.734 INFO kablam! --> src/main.rs:133:5 Oct 13 11:31:59.734 INFO kablam! | Oct 13 11:31:59.734 INFO kablam! 133 | use resize::receive_window_resizes; Oct 13 11:31:59.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::resize::receive_window_resizes` Oct 13 11:31:59.734 INFO kablam! | Oct 13 11:31:59.734 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.734 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.734 INFO kablam! Oct 13 11:31:59.734 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.734 INFO kablam! --> src/main.rs:134:5 Oct 13 11:31:59.734 INFO kablam! | Oct 13 11:31:59.734 INFO kablam! 134 | use state::State; Oct 13 11:31:59.734 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 13 11:31:59.734 INFO kablam! | Oct 13 11:31:59.734 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.734 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.735 INFO kablam! Oct 13 11:31:59.735 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.735 INFO kablam! --> src/main.rs:135:5 Oct 13 11:31:59.735 INFO kablam! | Oct 13 11:31:59.735 INFO kablam! 135 | use term_renderer::TermRenderer; Oct 13 11:31:59.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::term_renderer::TermRenderer` Oct 13 11:31:59.735 INFO kablam! | Oct 13 11:31:59.735 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.735 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.735 INFO kablam! Oct 13 11:31:59.735 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.735 INFO kablam! --> src/main.rs:136:5 Oct 13 11:31:59.735 INFO kablam! | Oct 13 11:31:59.735 INFO kablam! 136 | use termui::TermUi; Oct 13 11:31:59.735 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 13 11:31:59.735 INFO kablam! | Oct 13 11:31:59.735 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.736 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.736 INFO kablam! Oct 13 11:31:59.736 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:31:59.736 INFO kablam! --> src/main.rs:137:5 Oct 13 11:31:59.736 INFO kablam! | Oct 13 11:31:59.736 INFO kablam! 137 | use termui::TermUiEvent; Oct 13 11:31:59.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:31:59.736 INFO kablam! | Oct 13 11:31:59.740 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:31:59.740 INFO kablam! = note: for more information, see issue TBD Oct 13 11:31:59.740 INFO kablam! Oct 13 11:32:00.500 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.501 INFO kablam! --> src/event.rs:28:5 Oct 13 11:32:00.501 INFO kablam! | Oct 13 11:32:00.501 INFO kablam! 28 | use termui::TermUiEvent; Oct 13 11:32:00.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:32:00.501 INFO kablam! | Oct 13 11:32:00.501 INFO kablam! note: lint level defined here Oct 13 11:32:00.501 INFO kablam! --> src/main.rs:47:3 Oct 13 11:32:00.501 INFO kablam! | Oct 13 11:32:00.501 INFO kablam! 47 | rust_2018_compatibility, Oct 13 11:32:00.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:32:00.501 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 13 11:32:00.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.501 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.501 INFO kablam! Oct 13 11:32:00.501 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.502 INFO kablam! --> src/id.rs:28:5 Oct 13 11:32:00.502 INFO kablam! | Oct 13 11:32:00.502 INFO kablam! 28 | use ser::id::Id as SerId; Oct 13 11:32:00.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as SerId` Oct 13 11:32:00.502 INFO kablam! | Oct 13 11:32:00.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.502 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.502 INFO kablam! Oct 13 11:32:00.502 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.502 INFO kablam! --> src/in_out.rs:31:5 Oct 13 11:32:00.502 INFO kablam! | Oct 13 11:32:00.502 INFO kablam! 31 | use event::EventUpdated; Oct 13 11:32:00.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 13 11:32:00.502 INFO kablam! | Oct 13 11:32:00.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.502 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.502 INFO kablam! Oct 13 11:32:00.502 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.502 INFO kablam! --> src/in_out.rs:32:5 Oct 13 11:32:00.502 INFO kablam! | Oct 13 11:32:00.502 INFO kablam! 32 | use termui::TermUiEvent; Oct 13 11:32:00.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:32:00.502 INFO kablam! | Oct 13 11:32:00.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.502 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.502 INFO kablam! Oct 13 11:32:00.502 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.502 INFO kablam! --> src/query.rs:28:5 Oct 13 11:32:00.502 INFO kablam! | Oct 13 11:32:00.502 INFO kablam! 28 | use ser::query::Query as SerQuery; Oct 13 11:32:00.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query as SerQuery` Oct 13 11:32:00.502 INFO kablam! | Oct 13 11:32:00.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.502 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.502 INFO kablam! Oct 13 11:32:00.512 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.512 INFO kablam! --> src/query.rs:29:5 Oct 13 11:32:00.512 INFO kablam! | Oct 13 11:32:00.512 INFO kablam! 29 | use ser::query::TagLit as SerTagLit; Oct 13 11:32:00.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::TagLit as SerTagLit` Oct 13 11:32:00.512 INFO kablam! | Oct 13 11:32:00.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.512 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.512 INFO kablam! Oct 13 11:32:00.512 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.512 INFO kablam! --> src/query.rs:30:5 Oct 13 11:32:00.513 INFO kablam! | Oct 13 11:32:00.513 INFO kablam! 30 | use tags::Tag; Oct 13 11:32:00.513 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 13 11:32:00.513 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.515 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.515 INFO kablam! Oct 13 11:32:00.515 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.515 INFO kablam! --> src/query.rs:31:5 Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! 31 | use tags::TagMap; Oct 13 11:32:00.515 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.515 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.515 INFO kablam! Oct 13 11:32:00.515 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.515 INFO kablam! --> src/query.rs:32:5 Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! 32 | use tags::Templates; Oct 13 11:32:00.515 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.515 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.515 INFO kablam! Oct 13 11:32:00.515 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.515 INFO kablam! --> src/query.rs:33:5 Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! 33 | use tasks::Task; Oct 13 11:32:00.515 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.515 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.515 INFO kablam! Oct 13 11:32:00.515 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.515 INFO kablam! --> src/query.rs:34:5 Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! 34 | use tasks::Tasks; Oct 13 11:32:00.515 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.515 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.515 INFO kablam! Oct 13 11:32:00.515 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.515 INFO kablam! --> src/query.rs:375:7 Oct 13 11:32:00.515 INFO kablam! | Oct 13 11:32:00.515 INFO kablam! 375 | use ser::tags::Templates as SerTemplates; Oct 13 11:32:00.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 13 11:32:00.516 INFO kablam! | Oct 13 11:32:00.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.520 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.520 INFO kablam! Oct 13 11:32:00.520 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.520 INFO kablam! --> src/query.rs:376:7 Oct 13 11:32:00.520 INFO kablam! | Oct 13 11:32:00.520 INFO kablam! 376 | use ser::tasks::Tasks as SerTasks; Oct 13 11:32:00.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 13 11:32:00.520 INFO kablam! | Oct 13 11:32:00.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.520 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.520 INFO kablam! Oct 13 11:32:00.520 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.520 INFO kablam! --> src/query.rs:377:7 Oct 13 11:32:00.520 INFO kablam! | Oct 13 11:32:00.520 INFO kablam! 377 | use tags::Templates; Oct 13 11:32:00.520 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 13 11:32:00.520 INFO kablam! | Oct 13 11:32:00.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.520 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.520 INFO kablam! Oct 13 11:32:00.520 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.520 INFO kablam! --> src/query.rs:378:7 Oct 13 11:32:00.520 INFO kablam! | Oct 13 11:32:00.520 INFO kablam! 378 | use test::make_tasks; Oct 13 11:32:00.520 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks` Oct 13 11:32:00.520 INFO kablam! | Oct 13 11:32:00.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.520 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.520 INFO kablam! Oct 13 11:32:00.520 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.520 INFO kablam! --> src/query.rs:379:7 Oct 13 11:32:00.520 INFO kablam! | Oct 13 11:32:00.520 INFO kablam! 379 | use test::make_tasks_with_tags; Oct 13 11:32:00.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks_with_tags` Oct 13 11:32:00.520 INFO kablam! | Oct 13 11:32:00.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.520 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.520 INFO kablam! Oct 13 11:32:00.521 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.521 INFO kablam! --> src/resize.rs:67:5 Oct 13 11:32:00.521 INFO kablam! | Oct 13 11:32:00.521 INFO kablam! 67 | use Event; Oct 13 11:32:00.521 INFO kablam! | ^^^^^ help: use `crate`: `crate::Event` Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.528 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.528 INFO kablam! Oct 13 11:32:00.528 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.528 INFO kablam! --> src/ser/query.rs:20:5 Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! 20 | use ser::tags::Id; Oct 13 11:32:00.528 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id` Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.528 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.528 INFO kablam! Oct 13 11:32:00.528 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.528 INFO kablam! --> src/ser/query.rs:21:5 Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! 21 | use ser::tags::Tag; Oct 13 11:32:00.528 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.528 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.528 INFO kablam! Oct 13 11:32:00.528 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.528 INFO kablam! --> src/ser/query.rs:57:7 Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! 57 | use ser::id::Id; Oct 13 11:32:00.528 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id` Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.528 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.528 INFO kablam! Oct 13 11:32:00.528 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.528 INFO kablam! --> src/ser/state.rs:20:5 Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! 20 | use ser::query::Query; Oct 13 11:32:00.528 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query` Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.528 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.528 INFO kablam! Oct 13 11:32:00.528 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.528 INFO kablam! --> src/ser/state.rs:21:5 Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! 21 | use ser::tags::Templates; Oct 13 11:32:00.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates` Oct 13 11:32:00.528 INFO kablam! | Oct 13 11:32:00.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.528 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.529 INFO kablam! Oct 13 11:32:00.529 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.529 INFO kablam! --> src/ser/state.rs:22:5 Oct 13 11:32:00.529 INFO kablam! | Oct 13 11:32:00.529 INFO kablam! 22 | use ser::tasks::Tasks; Oct 13 11:32:00.529 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks` Oct 13 11:32:00.529 INFO kablam! | Oct 13 11:32:00.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.529 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.529 INFO kablam! Oct 13 11:32:00.529 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.529 INFO kablam! --> src/ser/tags.rs:20:5 Oct 13 11:32:00.529 INFO kablam! | Oct 13 11:32:00.529 INFO kablam! 20 | use ser::id::Id as IdT; Oct 13 11:32:00.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::id::Id as IdT` Oct 13 11:32:00.529 INFO kablam! | Oct 13 11:32:00.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.529 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.529 INFO kablam! Oct 13 11:32:00.529 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.529 INFO kablam! --> src/ser/tasks.rs:20:5 Oct 13 11:32:00.529 INFO kablam! | Oct 13 11:32:00.529 INFO kablam! 20 | use ser::tags::Tag; Oct 13 11:32:00.529 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag` Oct 13 11:32:00.529 INFO kablam! | Oct 13 11:32:00.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.529 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.529 INFO kablam! Oct 13 11:32:00.536 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.536 INFO kablam! --> src/ser/tasks.rs:44:7 Oct 13 11:32:00.536 INFO kablam! | Oct 13 11:32:00.536 INFO kablam! 44 | use ser::tags::Id as TagId; Oct 13 11:32:00.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as TagId` Oct 13 11:32:00.545 INFO kablam! | Oct 13 11:32:00.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.545 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.545 INFO kablam! Oct 13 11:32:00.545 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.545 INFO kablam! --> src/state.rs:35:5 Oct 13 11:32:00.545 INFO kablam! | Oct 13 11:32:00.545 INFO kablam! 35 | use query::Query; Oct 13 11:32:00.545 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 13 11:32:00.545 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:36:5 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 36 | use query::QueryBuilder; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::query::QueryBuilder` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:37:5 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 37 | use ser::state::ProgState as SerProgState; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::ProgState as SerProgState` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:38:5 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 38 | use ser::state::TaskState as SerTaskState; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::TaskState as SerTaskState` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:39:5 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 39 | use tags::Templates; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:40:5 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 40 | use tasks::Tasks; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:174:7 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 174 | use ser::tags::Id as SerId; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerId` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:175:7 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 175 | use ser::tags::Tag as SerTag; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:176:7 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 176 | use ser::tags::Template as SerTemplate; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:177:7 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 177 | use ser::tags::Templates as SerTemplates; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.546 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.546 INFO kablam! Oct 13 11:32:00.546 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.546 INFO kablam! --> src/state.rs:178:7 Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! 178 | use ser::tasks::Task as SerTask; Oct 13 11:32:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 13 11:32:00.546 INFO kablam! | Oct 13 11:32:00.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/state.rs:179:7 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 179 | use ser::tasks::Tasks as SerTasks; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/state.rs:180:7 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 180 | use test::make_tasks; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/state.rs:181:7 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 181 | use test::NamedTempFile; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::NamedTempFile` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/tab_bar.rs:36:5 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 36 | use event::EventUpdated; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/tab_bar.rs:37:5 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 37 | use in_out::InOut; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/tab_bar.rs:38:5 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 38 | use state::State; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/tab_bar.rs:39:5 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 39 | use task_list_box::TaskListBox; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/tab_bar.rs:40:5 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 40 | use termui::TermUiEvent; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/tags.rs:27:5 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 27 | use id::Id as IdT; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.547 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.547 INFO kablam! --> src/tags.rs:28:5 Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! 28 | use ser::tags::Id as SerTagId; Oct 13 11:32:00.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerTagId` Oct 13 11:32:00.547 INFO kablam! | Oct 13 11:32:00.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.547 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.547 INFO kablam! Oct 13 11:32:00.548 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.548 INFO kablam! --> src/tags.rs:29:5 Oct 13 11:32:00.548 INFO kablam! | Oct 13 11:32:00.548 INFO kablam! 29 | use ser::tags::Tag as SerTag; Oct 13 11:32:00.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 13 11:32:00.548 INFO kablam! | Oct 13 11:32:00.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.548 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.548 INFO kablam! Oct 13 11:32:00.548 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.548 INFO kablam! --> src/tags.rs:30:5 Oct 13 11:32:00.548 INFO kablam! | Oct 13 11:32:00.548 INFO kablam! 30 | use ser::tags::Template as SerTemplate; Oct 13 11:32:00.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 13 11:32:00.548 INFO kablam! | Oct 13 11:32:00.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.548 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.548 INFO kablam! Oct 13 11:32:00.548 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.548 INFO kablam! --> src/tags.rs:31:5 Oct 13 11:32:00.548 INFO kablam! | Oct 13 11:32:00.548 INFO kablam! 31 | use ser::tags::Templates as SerTemplates; Oct 13 11:32:00.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 13 11:32:00.548 INFO kablam! | Oct 13 11:32:00.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.548 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.548 INFO kablam! Oct 13 11:32:00.548 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.548 INFO kablam! --> src/task_list_box.rs:35:5 Oct 13 11:32:00.548 INFO kablam! | Oct 13 11:32:00.548 INFO kablam! 35 | use event::EventUpdated; Oct 13 11:32:00.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::EventUpdated` Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.552 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.552 INFO kablam! Oct 13 11:32:00.552 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.552 INFO kablam! --> src/task_list_box.rs:36:5 Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! 36 | use in_out::InOut; Oct 13 11:32:00.552 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.552 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.552 INFO kablam! Oct 13 11:32:00.552 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.552 INFO kablam! --> src/task_list_box.rs:37:5 Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! 37 | use query::Query; Oct 13 11:32:00.552 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::query::Query` Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.552 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.552 INFO kablam! Oct 13 11:32:00.552 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.552 INFO kablam! --> src/task_list_box.rs:38:5 Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! 38 | use tab_bar::SearchState; Oct 13 11:32:00.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.552 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.552 INFO kablam! Oct 13 11:32:00.552 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.552 INFO kablam! --> src/task_list_box.rs:39:5 Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! 39 | use tab_bar::SelectionState; Oct 13 11:32:00.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.552 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.552 INFO kablam! Oct 13 11:32:00.552 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.552 INFO kablam! --> src/task_list_box.rs:40:5 Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! 40 | use tasks::Id as TaskId; Oct 13 11:32:00.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 13 11:32:00.552 INFO kablam! | Oct 13 11:32:00.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.552 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.552 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/task_list_box.rs:41:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 41 | use tasks::Task; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/task_list_box.rs:42:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 42 | use tasks::Tasks; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Tasks` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/task_list_box.rs:43:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 43 | use termui::TermUiEvent; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/tasks.rs:28:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 28 | use id::Id as IdT; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::id::Id as IdT` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/tasks.rs:29:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 29 | use ser::tasks::Task as SerTask; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/tasks.rs:30:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 30 | use ser::tasks::Tasks as SerTasks; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/tasks.rs:31:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 31 | use tags::Id as TagId; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Id as TagId` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/tasks.rs:32:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 32 | use tags::Tag; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::tags::Tag` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/tasks.rs:33:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 33 | use tags::TagMap; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::tags::TagMap` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.553 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.553 INFO kablam! --> src/tasks.rs:34:5 Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! 34 | use tags::Templates; Oct 13 11:32:00.553 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::Templates` Oct 13 11:32:00.553 INFO kablam! | Oct 13 11:32:00.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.553 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.553 INFO kablam! Oct 13 11:32:00.554 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.554 INFO kablam! --> src/tasks.rs:256:7 Oct 13 11:32:00.554 INFO kablam! | Oct 13 11:32:00.554 INFO kablam! 256 | use ser::tags::Templates as SerTemplates; Oct 13 11:32:00.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.557 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.557 INFO kablam! Oct 13 11:32:00.557 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.557 INFO kablam! --> src/tasks.rs:257:7 Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! 257 | use test::make_tasks; Oct 13 11:32:00.557 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks` Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.557 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.557 INFO kablam! Oct 13 11:32:00.557 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.557 INFO kablam! --> src/term_renderer.rs:47:5 Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! 47 | use in_out::InOut; Oct 13 11:32:00.557 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.557 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.557 INFO kablam! Oct 13 11:32:00.557 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.557 INFO kablam! --> src/term_renderer.rs:48:5 Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! 48 | use in_out::InOutArea; Oct 13 11:32:00.557 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.557 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.557 INFO kablam! Oct 13 11:32:00.557 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.557 INFO kablam! --> src/term_renderer.rs:49:5 Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! 49 | use tab_bar::TabBar; Oct 13 11:32:00.557 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.557 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.557 INFO kablam! Oct 13 11:32:00.557 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.557 INFO kablam! --> src/term_renderer.rs:50:5 Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! 50 | use task_list_box::TaskListBox; Oct 13 11:32:00.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::task_list_box::TaskListBox` Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.557 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.557 INFO kablam! Oct 13 11:32:00.557 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.557 INFO kablam! --> src/term_renderer.rs:51:5 Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! 51 | use termui::TermUi; Oct 13 11:32:00.557 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 13 11:32:00.557 INFO kablam! | Oct 13 11:32:00.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.557 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.557 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:31:5 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 31 | use in_out::InOut; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOut` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:32:5 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 32 | use in_out::InOutArea; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::in_out::InOutArea` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:33:5 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 33 | use state::State; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:34:5 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 34 | use tab_bar::SearchState; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SearchState` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:35:5 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 35 | use tab_bar::SelectionState; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::SelectionState` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:36:5 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 36 | use tab_bar::TabBar; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::tab_bar::TabBar` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:37:5 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 37 | use tasks::Id as TaskId; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tasks::Id as TaskId` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:39:5 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 39 | use tasks::Task; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::tasks::Task` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:182:7 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 182 | use event::tests::CustomEvent; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::event::tests::CustomEvent` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.558 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.558 INFO kablam! --> src/termui.rs:183:7 Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! 183 | use ser::query::Query as SerQuery; Oct 13 11:32:00.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::Query as SerQuery` Oct 13 11:32:00.558 INFO kablam! | Oct 13 11:32:00.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.558 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.558 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:184:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 184 | use ser::query::TagLit as SerTagLit; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::query::TagLit as SerTagLit` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:185:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 185 | use ser::state::ProgState as SerProgState; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::ProgState as SerProgState` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:186:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 186 | use ser::state::TaskState as SerTaskState; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::state::TaskState as SerTaskState` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:187:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 187 | use ser::tags::Templates as SerTemplates; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Templates as SerTemplates` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:188:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 188 | use ser::tasks::Task as SerTask; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:189:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 189 | use ser::tasks::Tasks as SerTasks; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Tasks as SerTasks` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:190:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 190 | use test::make_tasks; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:191:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 191 | use test::make_tasks_with_tags; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::make_tasks_with_tags` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.559 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.559 INFO kablam! --> src/termui.rs:192:7 Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! 192 | use test::NamedTempFile; Oct 13 11:32:00.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::test::NamedTempFile` Oct 13 11:32:00.559 INFO kablam! | Oct 13 11:32:00.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.559 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.559 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/test.rs:28:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 28 | use ser::tags::Id as SerId; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Id as SerId` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/test.rs:29:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 29 | use ser::tags::Tag as SerTag; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Tag as SerTag` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/test.rs:30:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 30 | use ser::tags::Template as SerTemplate; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tags::Template as SerTemplate` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/test.rs:31:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 31 | use ser::tasks::Task as SerTask; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::ser::tasks::Task as SerTask` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/test.rs:32:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 32 | use tags::COMPLETE_TAG; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::tags::COMPLETE_TAG` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/main.rs:132:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 132 | use event::convert; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::event::convert` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/main.rs:133:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 133 | use resize::receive_window_resizes; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::resize::receive_window_resizes` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/main.rs:134:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 134 | use state::State; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::state::State` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/main.rs:135:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 135 | use term_renderer::TermRenderer; Oct 13 11:32:00.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::term_renderer::TermRenderer` Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.571 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.571 INFO kablam! Oct 13 11:32:00.571 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.571 INFO kablam! --> src/main.rs:136:5 Oct 13 11:32:00.571 INFO kablam! | Oct 13 11:32:00.571 INFO kablam! 136 | use termui::TermUi; Oct 13 11:32:00.572 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUi` Oct 13 11:32:00.572 INFO kablam! | Oct 13 11:32:00.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.572 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.572 INFO kablam! Oct 13 11:32:00.572 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:32:00.572 INFO kablam! --> src/main.rs:137:5 Oct 13 11:32:00.572 INFO kablam! | Oct 13 11:32:00.572 INFO kablam! 137 | use termui::TermUiEvent; Oct 13 11:32:00.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::termui::TermUiEvent` Oct 13 11:32:00.572 INFO kablam! | Oct 13 11:32:00.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:32:00.572 INFO kablam! = note: for more information, see issue TBD Oct 13 11:32:00.572 INFO kablam! Oct 13 11:32:01.216 INFO kablam! error: aborting due to 69 previous errors Oct 13 11:32:01.216 INFO kablam! Oct 13 11:32:01.232 INFO kablam! error: Could not compile `notnow`. Oct 13 11:32:01.232 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 11:32:02.475 INFO kablam! error: aborting due to 103 previous errors Oct 13 11:32:02.475 INFO kablam! Oct 13 11:32:02.487 INFO kablam! error: Could not compile `notnow`. Oct 13 11:32:02.488 INFO kablam! Oct 13 11:32:02.488 INFO kablam! To learn more, run the command again with --verbose. Oct 13 11:32:02.490 INFO kablam! su: No module specific data is present Oct 13 11:32:03.236 INFO running `"docker" "rm" "-f" "4264416dd037a9d0e69d1fe2e35f84afbb28858afb4a78ccff493fa6e0cc2522"` Oct 13 11:32:03.604 INFO blam! 4264416dd037a9d0e69d1fe2e35f84afbb28858afb4a78ccff493fa6e0cc2522