Open joshtriplett opened 3 years ago
I'd love to have automatic detection of PRs that mark an API as #[stable, displaying a warning to encourage more careful review. This also makes it easier to catch if someone unintentionally made a new API insta-stable rather than unstable.
#[stable
I'd love to have automatic detection of PRs that mark an API as
#[stable
, displaying a warning to encourage more careful review. This also makes it easier to catch if someone unintentionally made a new API insta-stable rather than unstable.