Move inline_asm to typeck, properly handle aliases

This commit is contained in:
Michael Goulet
2025-04-25 16:14:24 +00:00
parent be181dd75c
commit 3ab6051b95
13 changed files with 86 additions and 73 deletions

View File

@@ -67,7 +67,6 @@ mod check;
mod compare_impl_item;
mod entry;
pub mod intrinsic;
pub mod intrinsicck;
mod region;
pub mod wfcheck;