mir_build: check annotated functions w/out callers

This commit is contained in:
David Wood
2025-01-07 11:27:04 +00:00
parent ce602acfc2
commit cc9a9ecccb
16 changed files with 223 additions and 98 deletions

View File

@@ -15,6 +15,7 @@
// "Go to file" feature to silently ignore all files in the module, probably
// because it assumes that "build" is a build-output directory. See #134365.
mod builder;
pub mod check_inline;
mod check_tail_calls;
mod check_unsafety;
mod errors;