We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea6c7f commit 936b70eCopy full SHA for 936b70e
compiler/rustc_lint_defs/src/builtin.rs
@@ -2952,7 +2952,7 @@ declare_lint! {
2952
///
2953
/// ### Example
2954
2955
- /// ```rust
+ /// ```rust,compile_fail
2956
/// # #![deny(disjoint_capture_drop_reorder)]
2957
/// # #![allow(unused)]
2958
/// struct FancyInteger(i32);
0 commit comments