Skip to content

Commit 2bc54d4

Browse files
committed
Don't talk about determinism
1 parent 9aa1c09 commit 2bc54d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_session/src/lint/builtin.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,8 +2191,8 @@ declare_lint! {
21912191
}
21922192

21932193
declare_lint! {
2194-
/// The `pointer_structural_match` lint detects pointers used in patterns that do not
2195-
/// behave deterministically across optimizations.
2194+
/// The `pointer_structural_match` lint detects pointers used in patterns whose behaviour
2195+
/// cannot be relied upon across compiler versions and optimization levels.
21962196
///
21972197
/// ### Example
21982198
///

0 commit comments

Comments
 (0)