We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81bb311 + e617faa commit f59a560Copy full SHA for f59a560
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