crates: - name: A deps: - B features: F0: null - name: B features: F0: null cases: - cmd: lint propagate-feature --feature F0 --fix stdout: | crate 'A' feature 'F0' must propagate to: B Found 1 issue and fixed 1 (all fixed). diff: "diff --git A/Cargo.toml A/Cargo.toml\nindex f0ab897a16..b3e6c0e7eb 100644\n--- A/Cargo.toml\n+++ A/Cargo.toml\n@@ -17,0 +18 @@ F0 = [\n+\t\"B/F0\"\n" - cmd: lint propagate-feature -p A --feature F0 --fix stdout: | crate 'A' feature 'F0' must propagate to: B Found 1 issue and fixed 1 (all fixed). diff: "diff --git A/Cargo.toml A/Cargo.toml\nindex f0ab897a16..b3e6c0e7eb 100644\n--- A/Cargo.toml\n+++ A/Cargo.toml\n@@ -17,0 +18 @@ F0 = [\n+\t\"B/F0\"\n" - cmd: lint propagate-feature -p B --feature F0 --fix - cmd: lint propagate-feature -p B --feature F1 --fix - cmd: lint propagate-feature --feature F0 --workspace --fix stdout: | crate 'A' feature 'F0' must propagate to: B Found 1 issue and fixed 1 (all fixed). diff: "diff --git A/Cargo.toml A/Cargo.toml\nindex f0ab897a16..b3e6c0e7eb 100644\n--- A/Cargo.toml\n+++ A/Cargo.toml\n@@ -17,0 +18 @@ F0 = [\n+\t\"B/F0\"\n" - cmd: lint propagate-feature -p A --feature F0 --workspace --fix stdout: | crate 'A' feature 'F0' must propagate to: B Found 1 issue and fixed 1 (all fixed). diff: "diff --git A/Cargo.toml A/Cargo.toml\nindex f0ab897a16..b3e6c0e7eb 100644\n--- A/Cargo.toml\n+++ A/Cargo.toml\n@@ -17,0 +18 @@ F0 = [\n+\t\"B/F0\"\n" - cmd: lint propagate-feature -p B --feature F0 --workspace --fix - cmd: lint propagate-feature -p B --feature F1 --workspace --fix