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.
compile_fail
let_underscore_drop
1 parent 1481fd9 commit 2484a18Copy full SHA for 2484a18
compiler/rustc_lint/src/let_underscore.rs
@@ -11,7 +11,7 @@ declare_lint! {
11
/// scope.
12
///
13
/// ### Example
14
- /// ```
+ /// ```compile_fail
15
/// struct SomeStruct;
16
/// impl Drop for SomeStruct {
17
/// fn drop(&mut self) {
0 commit comments