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 d30a5bf commit 9ac023dCopy full SHA for 9ac023d
compiler/rustc_lint_defs/src/builtin.rs
@@ -3002,7 +3002,7 @@ declare_lint! {
3002
///
3003
/// ### Example
3004
3005
- /// ```rust
+ /// ```rust,compile_fail
3006
/// # #![deny(disjoint_capture_drop_reorder)]
3007
/// # #![allow(unused)]
3008
/// struct FancyInteger(i32);
0 commit comments