1
Fork 0

Migrate "function cannot return without recursing" diagnostic

This commit is contained in:
TheOddGarlic 2022-08-20 14:28:43 +03:00 committed by mejrs
parent 65c53c3bb6
commit 82f05446a5
7 changed files with 27 additions and 14 deletions

View file

@ -19,6 +19,7 @@ extern crate rustc_middle;
mod build;
mod check_unsafety;
mod errors;
mod lints;
pub mod thir;