Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild with cargo creusot prove #1322

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Rebuild with cargo creusot prove #1322

merged 1 commit into from
Jan 22, 2025

Conversation

Lysxia
Copy link
Collaborator

@Lysxia Lysxia commented Jan 22, 2025

Fixes #1279

@jhjourdan
Copy link
Collaborator

LGTM, thanks !

@jhjourdan jhjourdan enabled auto-merge January 22, 2025 08:54
@jhjourdan jhjourdan merged commit e264747 into master Jan 22, 2025
6 checks passed
@jhjourdan jhjourdan deleted the creusot-prove-build branch January 22, 2025 08:55
@jhjourdan
Copy link
Collaborator

Tehre is a new warning that seems to be related with this PR:

warning: unused `std::result::Result` that must be used
  --> cargo-creusot/src/main.rs:48:13
   |
48 |             creusot(None, cargs.options, cargs.cargo_flags);
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this `Result` may be an `Err` variant, which should be handled
   = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
   |
48 |             let _ = creusot(None, cargs.options, cargs.cargo_flags);
   |             +++++++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo creusot prove should refresh coma files
2 participants