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 9aa1c09 commit 2bc54d4Copy full SHA for 2bc54d4
compiler/rustc_session/src/lint/builtin.rs
@@ -2191,8 +2191,8 @@ declare_lint! {
2191
}
2192
2193
declare_lint! {
2194
- /// The `pointer_structural_match` lint detects pointers used in patterns that do not
2195
- /// behave deterministically across optimizations.
+ /// The `pointer_structural_match` lint detects pointers used in patterns whose behaviour
+ /// cannot be relied upon across compiler versions and optimization levels.
2196
///
2197
/// ### Example
2198
0 commit comments