You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^ `()` cannot be formatted with the default formatter
6
6
|
7
7
= help: the trait `std::fmt::Display` is not implemented for `()`
8
8
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
9
9
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
= help: the trait `std::fmt::Display` is not implemented for `()`
18
28
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
19
29
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
| ^ `()` cannot be formatted with the default formatter
26
36
|
27
37
= help: the trait `std::fmt::Display` is not implemented for `()`
28
38
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
29
39
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
= help: the trait `std::fmt::Display` is not implemented for `()`
61
+
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
62
+
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments