[INFO] fetching crate billig 0.2.0...
[INFO] checking billig-0.2.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate billig 0.2.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate billig 0.2.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate billig 0.2.0
[INFO] finished tweaking crates.io crate billig 0.2.0
[INFO] tweaked toml for crates.io crate billig 0.2.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate billig 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pest v2.1.3
[INFO] [stderr]   Downloaded svg v0.9.1
[INFO] [stderr]   Downloaded pest_generator v2.1.3
[INFO] [stderr]   Downloaded pest_derive v2.1.0
[INFO] [stderr]   Downloaded typenum v1.13.0
[INFO] [stderr]   Downloaded sha-1 v0.8.2
[INFO] [stderr]   Downloaded ucd-trie v0.1.3
[INFO] [stderr]   Downloaded syn v1.0.69
[INFO] [stderr]   Downloaded pest_meta v2.1.3
[INFO] [stderr]   Downloaded libc v0.2.99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cec47d9b85c493079fb484e76c0db13b2f151f290dc86019eba70e9f8fd00942
[INFO] running `Command { std: "docker" "start" "-a" "cec47d9b85c493079fb484e76c0db13b2f151f290dc86019eba70e9f8fd00942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cec47d9b85c493079fb484e76c0db13b2f151f290dc86019eba70e9f8fd00942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cec47d9b85c493079fb484e76c0db13b2f151f290dc86019eba70e9f8fd00942", kill_on_drop: false }`
[INFO] [stdout] cec47d9b85c493079fb484e76c0db13b2f151f290dc86019eba70e9f8fd00942
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e999b5c366eb02b12f9298f4a093233295019bdf8fe1364fabdddb13e5c0e650
[INFO] running `Command { std: "docker" "start" "-a" "e999b5c366eb02b12f9298f4a093233295019bdf8fe1364fabdddb13e5c0e650", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.69
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling libc v0.2.99
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]     Checking svg v0.9.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]     Checking pest v2.1.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking billig v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Duration`, `Window`
[INFO] [stdout]   --> src/lib/entry.rs:12:39
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub use super::{Amount, Category, Duration, Span, Tag, Window};
[INFO] [stdout]    |                                       ^^^^^^^^             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Duration`, `Window`
[INFO] [stdout]   --> src/lib/entry.rs:12:39
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub use super::{Amount, Category, Duration, Span, Tag, Window};
[INFO] [stdout]    |                                       ^^^^^^^^             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `entry::Duration::*`
[INFO] [stdout]    --> src/lib/summary.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |         entry::Duration::*,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 548 |         ps!(idem "2020-Jan-15..2021-Mar-17");
[INFO] [stdout]     |         ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 548 |         ps!(idem "2020-Jan-15..2021-Mar-17");
[INFO] [stdout]     |         ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 549 |         ps!(idem "2020-Jan-15..Mar-17");
[INFO] [stdout]     |         ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 549 |         ps!(idem "2020-Jan-15..Mar-17");
[INFO] [stdout]     |         ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `next` and `prev` are never used
[INFO] [stdout]    --> src/lib/date.rs:126:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl Weekday {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] 125 |     /// Weekday directly succeeding the current one with wrapping
[INFO] [stdout] 126 |     pub fn next(self) -> Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn prev(self) -> Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `intersect` is never used
[INFO] [stdout]    --> src/lib/entry.rs:190:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl Entry {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 190 |     pub fn intersect(mut self, period: Between<Date>) -> Option<Self> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `unite` and `intersect` are never used
[INFO] [stdout]    --> src/lib/period.rs:105:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | / impl<T> Between<T>
[INFO] [stdout] 102 | | where
[INFO] [stdout] 103 | |     T: Ord,
[INFO] [stdout]     | |___________- methods in this implementation
[INFO] [stdout] 104 |   {
[INFO] [stdout] 105 |       pub fn unite(self, other: Self) -> Self {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |       pub fn intersect(self, other: Self) -> Self {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]    --> src/lib/period.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 251 | impl Interval<PartialDate> {
[INFO] [stdout]     | -------------------------- associated function in this implementation
[INFO] [stdout] 252 |     pub fn parse(path: &str, errs: &mut error::Record, s: &str) -> Option<Interval<PartialDate>> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_date` and `query` are never used
[INFO] [stdout]   --> src/lib/summary.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl Summary {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn from_date(date: Date) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn query(&self, cat: Category) -> Amount {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_iter` and `dichotomy` are never used
[INFO] [stdout]    --> src/lib/summary.rs:72:12
[INFO] [stdout]     |
[INFO] [stdout] 69  | impl Calendar {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 72  |     pub fn from_iter<I>(mut splits: I) -> Self
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     fn dichotomy(&self, period: Between<Date>) -> Option<&[Summary]> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/lib/date.rs:40:45
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[derive(Debug, Clone, Copy, PartialEq, Eq, FromPrimitive, PartialOrd, Ord)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_NUM_FromPrimitive_FOR_Month`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/lib/date.rs:113:62
[INFO] [stdout]     |
[INFO] [stdout] 113 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, FromPrimitive)]
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_IMPL_NUM_FromPrimitive_FOR_Weekday`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/lib/entry.rs:57:30
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[derive(Debug, Clone, Copy, FromPrimitive, Eq, PartialEq, Hash)]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_NUM_FromPrimitive_FOR_Category`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 550 |         ps!(idem "2020-Jan-15..17");
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 550 |         ps!(idem "2020-Jan-15..17");
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 551 |         ps!(idem "2020-Jan-15");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 551 |         ps!(idem "2020-Jan-15");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 552 |         ps!(idem "2020-Jan");
[INFO] [stdout]     |         -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 552 |         ps!(idem "2020-Jan");
[INFO] [stdout]     |         -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 553 |         ps!(idem "2020-Jan-1..15");
[INFO] [stdout]     |         -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 553 |         ps!(idem "2020-Jan-1..15");
[INFO] [stdout]     |         -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 554 |         ps!(idem "2020-Jan-15..31");
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 554 |         ps!(idem "2020-Jan-15..31");
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 555 |         ps!(idem "2020-Jan..Feb-15");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 555 |         ps!(idem "2020-Jan..Feb-15");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 556 |         ps!(idem "2020-Jan..Feb");
[INFO] [stdout]     |         ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 556 |         ps!(idem "2020-Jan..Feb");
[INFO] [stdout]     |         ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 557 |         ps!(idem "2020..2021-Mar-17");
[INFO] [stdout]     |         ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 557 |         ps!(idem "2020..2021-Mar-17");
[INFO] [stdout]     |         ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 558 |         ps!(idem "2020-Feb-3..2021");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 558 |         ps!(idem "2020-Feb-3..2021");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 559 |         ps!(idem "2020..2021-Mar");
[INFO] [stdout]     |         -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 559 |         ps!(idem "2020..2021-Mar");
[INFO] [stdout]     |         -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 560 |         ps!(idem "2020");
[INFO] [stdout]     |         ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 560 |         ps!(idem "2020");
[INFO] [stdout]     |         ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 561 |         ps!(idem "2020..2023");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 561 |         ps!(idem "2020..2023");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 562 |         ps!(idem "2020-Jan-3..2023-Feb");
[INFO] [stdout]     |         -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 562 |         ps!(idem "2020-Jan-3..2023-Feb");
[INFO] [stdout]     |         -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 563 |         ps!(idem "2020-Jan-10..");
[INFO] [stdout]     |         ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 563 |         ps!(idem "2020-Jan-10..");
[INFO] [stdout]     |         ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 564 |         ps!(idem "..2020");
[INFO] [stdout]     |         ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 564 |         ps!(idem "..2020");
[INFO] [stdout]     |         ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 565 |         ps!(idem "2020..");
[INFO] [stdout]     |         ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 565 |         ps!(idem "2020..");
[INFO] [stdout]     |         ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 566 |         ps!("2020..Mar" ok "2020-Jan..Mar");
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 566 |         ps!("2020..Mar" ok "2020-Jan..Mar");
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 567 |         ps!("2020-Jan..15" ok "2020-Jan-1..15");
[INFO] [stdout]     |         --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 567 |         ps!("2020-Jan..15" ok "2020-Jan-1..15");
[INFO] [stdout]     |         --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 568 |         ps!("2020-Jan-15..2020" ok "2020-Jan-15..Dec");
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 568 |         ps!("2020-Jan-15..2020" ok "2020-Jan-15..Dec");
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 569 |         ps!("2020..2020" ok "2020");
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 569 |         ps!("2020..2020" ok "2020");
[INFO] [stdout]     |         --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 570 |         ps!(idem "..");
[INFO] [stdout]     |         -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 570 |         ps!(idem "..");
[INFO] [stdout]     |         -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 571 |         ps!("..Feb-15" ok "..2021-Feb-15");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 571 |         ps!("..Feb-15" ok "..2021-Feb-15");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 572 |         ps!("..1" ok "..2021-Feb-1");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 572 |         ps!("..1" ok "..2021-Feb-1");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 573 |         ps!("Mar.." ok "2021-Mar..");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 573 |         ps!("Mar.." ok "2021-Mar..");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 574 |         ps!("..Mar" ok "..2021-Mar");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 574 |         ps!("..Mar" ok "..2021-Mar");
[INFO] [stdout]     |         ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 575 |         ps!("15.." ok "2021-Feb-15..");
[INFO] [stdout]     |         ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 575 |         ps!("15.." ok "2021-Feb-15..");
[INFO] [stdout]     |         ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 576 |         ps!("..15" ok "..2021-Feb-15");
[INFO] [stdout]     |         ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 576 |         ps!("..15" ok "..2021-Feb-15");
[INFO] [stdout]     |         ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 577 |         ps!("17..21" ok "2021-Feb-17..21");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 577 |         ps!("17..21" ok "2021-Feb-17..21");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 578 |         ps!("17..Mar-1" ok "2021-Feb-17..Mar-1");
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 578 |         ps!("17..Mar-1" ok "2021-Feb-17..Mar-1");
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 579 |         ps!("Mar-13..17" ok "2021-Mar-13..17");
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 579 |         ps!("Mar-13..17" ok "2021-Mar-13..17");
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 580 |         ps!("Mar-13..2021" ok "2021-Mar-13..Dec");
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 580 |         ps!("Mar-13..2021" ok "2021-Mar-13..Dec");
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 581 |         ps!("Mar-13..Oct" ok "2021-Mar-13..Oct");
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 581 |         ps!("Mar-13..Oct" ok "2021-Mar-13..Oct");
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 582 |         ps!("15" ok "2021-Feb-15");
[INFO] [stdout]     |         -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 582 |         ps!("15" ok "2021-Feb-15");
[INFO] [stdout]     |         -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 583 |         ps!("Jan" ok "2021-Jan");
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 583 |         ps!("Jan" ok "2021-Jan");
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 584 |         ps!("Jan-15" ok "2021-Jan-15");
[INFO] [stdout]     |         ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 584 |         ps!("Jan-15" ok "2021-Jan-15");
[INFO] [stdout]     |         ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 585 |         ps!(idem "()");
[INFO] [stdout]     |         -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 585 |         ps!(idem "()");
[INFO] [stdout]     |         -------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 586 |         ps!("..0" fail "not in the range");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 586 |         ps!("..0" fail "not in the range");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 587 |         ps!("..45" fail "not in the range");
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 587 |         ps!("..45" fail "not in the range");
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 588 |         ps!("Bef.." fail "not a valid month");
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 588 |         ps!("Bef.." fail "not a valid month");
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 589 |         ps!("1..3..5" fail "expected EOF");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 589 |         ps!("1..3..5" fail "expected EOF");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 590 |         ps!("2020202" fail "expected EOF");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 590 |         ps!("2020202" fail "expected EOF");
[INFO] [stdout]     |         ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 591 |         ps!("0000" fail "outside of the supported range");
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 591 |         ps!("0000" fail "outside of the supported range");
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 592 |         ps!("Jan-20..." fail "expected EOF");
[INFO] [stdout]     |         ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 592 |         ps!("Jan-20..." fail "expected EOF");
[INFO] [stdout]     |         ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:523:102
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 523 |                     if !$b { panic!("{} instead of a failure\nHelp: this should be rejected", period.into_period()); }
[INFO] [stdout]     |                                                                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 593 |         ps!("20..15" fail "Timeframe is empty");
[INFO] [stdout]     |         --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_period` found for enum `lib::period::Interval` in the current scope
[INFO] [stdout]    --> src/lib/period.rs:524:54
[INFO] [stdout]     |
[INFO] [stdout] 22  | pub enum Interval<T> {
[INFO] [stdout]     | -------------------- method `into_period` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 524 |                     assert_eq!(&format!("{}", period.into_period()), $res);
[INFO] [stdout]     |                                                      ^^^^^^^^^^^ method not found in `Interval<Date>`
[INFO] [stdout] ...
[INFO] [stdout] 593 |         ps!("20..15" fail "Timeframe is empty");
[INFO] [stdout]     |         --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super`
[INFO] [stdout]    --> src/lib/period.rs:485:9
[INFO] [stdout]     |
[INFO] [stdout] 485 |     use super::*;
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 92 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `billig` (bin "billig" test) due to 93 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e999b5c366eb02b12f9298f4a093233295019bdf8fe1364fabdddb13e5c0e650", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e999b5c366eb02b12f9298f4a093233295019bdf8fe1364fabdddb13e5c0e650", kill_on_drop: false }`
[INFO] [stdout] e999b5c366eb02b12f9298f4a093233295019bdf8fe1364fabdddb13e5c0e650
