Closed
Description
#[deprecated(since = "TBD")]
pub fn x() {}
says "Deprecating in a future Rust version"
but it will not be deprecated in a future Rust version, it will be deprecated in a future crate version. An easy fix would be just always saying "version" instead of "Rust version", alternatively special casing the standard library.