Skip to content

Commit

Permalink
Add missing feature gate in multiple_supertrait_upcastable doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Jul 31, 2023
1 parent 5082281 commit e617faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_lint/src/multiple_supertrait_upcastable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ declare_lint! {
/// ### Example
///
/// ```rust
/// #![feature(multiple_supertrait_upcastable)]
/// trait A {}
/// trait B {}
///
Expand Down

0 comments on commit e617faa

Please sign in to comment.