Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum
Master bootstrap update https://forge.rust-lang.org/release/process.html#master-bootstrap-update-tuesday r? `@Mark-Simulacrum`
This commit is contained in:
commit
b880760977
47 changed files with 543 additions and 1102 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
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
// tidy-alphabetical-start
|
||||
#![allow(internal_features)]
|
||||
#![cfg_attr(bootstrap, feature(trait_upcasting))]
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
|
||||
#![doc(rust_logo)]
|
||||
#![feature(array_windows)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue