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 404811b commit c00ca79Copy full SHA for c00ca79
1 file changed
compiler/rustc_lint/src/builtin.rs
@@ -3112,7 +3112,7 @@ impl<'tcx> LateLintPass<'tcx> for AsmLabels {
3112
}
3113
3114
declare_lint! {
3115
- /// The `black_box_zst_call` lint detects calls to `core::hint::black_box`
+ /// The `black_box_zst_calls` lint detects calls to `core::hint::black_box`
3116
/// where the argument is a zero-sized callable (e.g. a function item or
3117
/// a capture-less closure). These values have no runtime representation,
3118
/// so the black boxing does not make subsequent calls opaque to the
0 commit comments