diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-09-21 16:38:29 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-09-21 16:38:29 +0200 |
| commit | f12583a3302df829d2cf55f25303a74531067a97 (patch) | |
| tree | 4bcd04f4a283f67971253b25821c0c54657fe7e0 | |
| parent | f7eceef653c791ee9f5eef7728c50295d6808e14 (diff) | |
| download | rust-f12583a3302df829d2cf55f25303a74531067a97.tar.gz rust-f12583a3302df829d2cf55f25303a74531067a97.zip | |
Pacify tidy
| -rw-r--r-- | compiler/rustc_session/src/lint/builtin.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_session/src/lint/builtin.rs b/compiler/rustc_session/src/lint/builtin.rs index 966b8f7e5f3..b39e01a009e 100644 --- a/compiler/rustc_session/src/lint/builtin.rs +++ b/compiler/rustc_session/src/lint/builtin.rs @@ -2208,6 +2208,8 @@ declare_lint! { /// } /// ``` /// + /// {{produces}} + /// /// ### Explanation /// /// Previous versions of Rust allowed function pointers and wide raw pointers in patterns. @@ -2257,6 +2259,8 @@ declare_lint! { /// } /// ``` /// + /// {{produces}} + /// /// ### Explanation /// /// Previous versions of Rust accepted constants in patterns, even if those constants's types |
