update version placeholders
(cherry picked from commit e4840ce59bdddb19394df008c5c26d9c493725f8)
This commit is contained in:
parent
3b022d8cee
commit
fdba8a7c47
16 changed files with 44 additions and 44 deletions
|
@ -12,7 +12,7 @@ declare_lint! {
|
|||
/// for `dyn SubTrait` with a `dyn SuperTrait` type as the `Output` type.
|
||||
///
|
||||
/// These implementations are "shadowed" by trait upcasting (stabilized since
|
||||
/// CURRENT_RUSTC_VERSION). The `deref` functions is no longer called implicitly, which might
|
||||
/// 1.86.0). The `deref` functions is no longer called implicitly, which might
|
||||
/// change behavior compared to previous rustc versions.
|
||||
///
|
||||
/// ### Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue