diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-09-24 09:43:10 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-09-24 09:43:10 +0200 |
| commit | 2bc54d427377d3f5d949434a9eb8a9ba71db69a4 (patch) | |
| tree | c93749921506f1fb7122556aa45b1bc770f8acfc | |
| parent | 9aa1c0934cffb5a6f83cdd3943873e6b973382f9 (diff) | |
| download | rust-2bc54d427377d3f5d949434a9eb8a9ba71db69a4.tar.gz rust-2bc54d427377d3f5d949434a9eb8a9ba71db69a4.zip | |
Don't talk about determinism
| -rw-r--r-- | compiler/rustc_session/src/lint/builtin.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_session/src/lint/builtin.rs b/compiler/rustc_session/src/lint/builtin.rs index 8e1c843ae61..13a4057a35b 100644 --- a/compiler/rustc_session/src/lint/builtin.rs +++ b/compiler/rustc_session/src/lint/builtin.rs @@ -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 /// |
