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
Ensure this issue is not a bug report or feature request
Description
The following appears using rustc 1.58.1:
% cargo check
warning: derive helper attribute is used before it is introduced
--> src/main.rs:9:3
|
9 | #[structopt(
| ^^^^^^^^^
...
13 | #[derive(StructOpt)]
| --------- the attribute is introduced here
|
= note: `#[warn(legacy_derive_helpers)]` on by default
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
warning: `electionguard_verify` (bin "verify") generated 1 warning
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered:
Generic Issue
Description
The following appears using rustc 1.58.1:
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: