We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5082281 commit e617faaCopy full SHA for e617faa
compiler/rustc_lint/src/multiple_supertrait_upcastable.rs
@@ -10,6 +10,7 @@ declare_lint! {
10
/// ### Example
11
///
12
/// ```rust
13
+ /// #![feature(multiple_supertrait_upcastable)]
14
/// trait A {}
15
/// trait B {}
16
0 commit comments