Port unknown feature diagnostic to the new framework

This commit is contained in:
SLASHLogin 2022-08-25 15:34:30 +02:00
parent 0aaad9e757
commit 575f6098da
5 changed files with 52 additions and 17 deletions

View file

@ -62,6 +62,7 @@ mod context;
mod coverageinfo;
mod debuginfo;
mod declare;
mod errors;
mod intrinsic;
// The following is a work around that replaces `pub mod llvm;` and that fixes issue 53912.