mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Don't talk about determinism
This commit is contained in:
parent
9aa1c0934c
commit
2bc54d4273
@ -2191,8 +2191,8 @@ declare_lint! {
|
||||
}
|
||||
|
||||
declare_lint! {
|
||||
/// The `pointer_structural_match` lint detects pointers used in patterns that do not
|
||||
/// 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.
|
||||
///
|
||||
/// ### Example
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user