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
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
Bug description
Attempting to build also the tests results in error as the trait std::fmt::Display is not impleented.
Backtrace
Compiling gtk v0.15.5 (/tmp/guix-build-rust-gtk-0.15.5.drv-0/gtk-0.15.5)
error[E0277]: `Errors` doesn't implement `std::fmt::Display`
--> tests/check_gir.rs:6:20
|
6 | println!("{}", res);
| ^^^ `Errors` cannot be formatted with the default formatter
|
= help: the trait `std::fmt::Display` is not implemented for `Errors`
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
= note: this error originates in the macro `$crate::format_args_nl` (in Nightly builds, run with -Z macro-backtrace for more info)
For more information about this error, try `rustc --explain E0277`.
The text was updated successfully, but these errors were encountered:
Bug description
Attempting to build also the tests results in error as the trait
std::fmt::Display
is not impleented.Backtrace
The text was updated successfully, but these errors were encountered: