From 61d2b09538dd0a426a56694753decb9210fbd22a Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:40:55 -0500 Subject: [PATCH] Add "when is it public API for a trait to be implementable" blog post It describes a number of edge cases around trait sealing that I discovered and had to reason through & implement in cargo-semver-checks. It includes the headline features of cargo-semver-checks v0.40. --- draft/2025-03-12-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-03-12-this-week-in-rust.md b/draft/2025-03-12-this-week-in-rust.md index 3a776609f..449c1f4b1 100644 --- a/draft/2025-03-12-this-week-in-rust.md +++ b/draft/2025-03-12-this-week-in-rust.md @@ -38,6 +38,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +* [When is "this trait can be implemented" part of the trait's public API?](https://predr.ag/blog/when-is-trait-can-be-implemented-public-api/) ### Rust Walkthroughs