diff options
| author | xFrednet <xFrednet@gmail.com> | 2021-08-06 23:36:33 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2022-03-02 17:46:07 +0100 |
| commit | 44cb8fa482abaa567119ceab125498cfeef1171b (patch) | |
| tree | a5c38e9375af1afd0545e8b7f74f236f87bb2677 /compiler/rustc_lint/src/lib.rs | |
| parent | 2ca9037b6154227306d9b40a87d79e691f1c9126 (diff) | |
| download | rust-44cb8fa482abaa567119ceab125498cfeef1171b.tar.gz rust-44cb8fa482abaa567119ceab125498cfeef1171b.zip | |
Check lint expectations and emit lint if unfulfilled (RFC-2383)
Diffstat (limited to 'compiler/rustc_lint/src/lib.rs')
| -rw-r--r-- | compiler/rustc_lint/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs index 72e1671449f..2dc6e980722 100644 --- a/compiler/rustc_lint/src/lib.rs +++ b/compiler/rustc_lint/src/lib.rs @@ -52,6 +52,7 @@ mod context; mod early; mod enum_intrinsics_non_enums; pub mod hidden_unicode_codepoints; +mod expect; mod internal; mod late; mod levels; |
