Rollup merge of #114286 - nbdd0121:upcast, r=compiler-errors

Add missing feature gate in multiple_supertrait_upcastable doc

Fix #112424
This commit is contained in:
Matthias Krüger 2023-07-31 16:57:56 +02:00 committed by GitHub
commit f59a5604f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ declare_lint! {
/// ### Example
///
/// ```rust
/// #![feature(multiple_supertrait_upcastable)]
/// trait A {}
/// trait B {}
///