Skip to content

Commit e617faa

Browse files
committed
Add missing feature gate in multiple_supertrait_upcastable doc
1 parent 5082281 commit e617faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_lint/src/multiple_supertrait_upcastable.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ declare_lint! {
1010
/// ### Example
1111
///
1212
/// ```rust
13+
/// #![feature(multiple_supertrait_upcastable)]
1314
/// trait A {}
1415
/// trait B {}
1516
///

0 commit comments

Comments
 (0)