diff options
| author | finalchild <finalchild2@gmail.com> | 2022-08-17 23:51:01 +0900 |
|---|---|---|
| committer | finalchild <finalchild2@gmail.com> | 2022-08-22 00:57:21 +0900 |
| commit | d6fdf14eb783969b4e20e91d39a97bb56b50f1c6 (patch) | |
| tree | 34ad565b37e242e77e2de2c1de3fcc950756a209 /compiler/rustc_ast_passes/src/lib.rs | |
| parent | 4b695f7c4e1a02d160fe7e159abd0f87027c0fcf (diff) | |
| download | rust-d6fdf14eb783969b4e20e91d39a97bb56b50f1c6.tar.gz rust-d6fdf14eb783969b4e20e91d39a97bb56b50f1c6.zip | |
Migrate forbidden_let
Diffstat (limited to 'compiler/rustc_ast_passes/src/lib.rs')
| -rw-r--r-- | compiler/rustc_ast_passes/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_ast_passes/src/lib.rs b/compiler/rustc_ast_passes/src/lib.rs index 2bc3b6f3616..6a826298985 100644 --- a/compiler/rustc_ast_passes/src/lib.rs +++ b/compiler/rustc_ast_passes/src/lib.rs @@ -12,6 +12,7 @@ #![recursion_limit = "256"] pub mod ast_validation; +mod errors; pub mod feature_gate; pub mod node_count; pub mod show_span; |
