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:
commit
f59a5604f9
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ declare_lint! {
|
||||||
/// ### Example
|
/// ### Example
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
|
/// #![feature(multiple_supertrait_upcastable)]
|
||||||
/// trait A {}
|
/// trait A {}
|
||||||
/// trait B {}
|
/// trait B {}
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue