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

new lint: struct_added_without_non_exhaustive #1091

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix integration snap
Frank-III committed Jan 31, 2025
commit 68a4a7e69e0cc706257d19096153806d2052ea49
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ info:
env:
CARGO_TERM_COLOR: never
RUSTDOCFLAGS: "--cfg custom"
RUSTFLAGS: "--cfg custom"
RUST_BACKTRACE: "0"
---
success: false
@@ -48,7 +47,7 @@ Failed in:
Parsing cfg_conditional_compilation v0.1.0 (baseline)
Parsed [TIME] (baseline)
Checking cfg_conditional_compilation v0.1.0 -> v0.1.0 (no change)
Checked [TIME] [TOTAL] checks: [PASS] pass, 2 fail, 0 warn, 0 skip
Checked [TIME] [TOTAL] checks: [PASS] pass, 2 fail, 0 warn, 1 skip

Summary semver requires new major version: 2 major and 0 minor checks failed
Finished [TIME] cfg_conditional_compilation
Original file line number Diff line number Diff line change
@@ -26,6 +26,6 @@ exit_code: 0
Parsing cfg_conditional_compilation v0.1.0 (baseline)
Parsed [TIME] (baseline)
Checking cfg_conditional_compilation v0.1.0 -> v0.1.0 (no change)
Checked [TIME] [TOTAL] checks: [PASS] pass, 0 skip
Checked [TIME] [TOTAL] checks: [PASS] pass, 1 skip
Summary no semver update required
Finished [TIME] cfg_conditional_compilation