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