add UI test for unpretty
This commit is contained in:
parent
9678751a88
commit
77eb1aef52
5 changed files with 22 additions and 5 deletions
|
@ -31,3 +31,10 @@ pub(crate) struct RLinkRustcVersionMismatch<'a> {
|
|||
#[derive(SessionDiagnostic)]
|
||||
#[diag(driver::rlink_no_a_file)]
|
||||
pub(crate) struct RlinkNotAFile;
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(driver::unpretty_dump_fail)]
|
||||
pub(crate) struct UnprettyDumpFail {
|
||||
pub path: String,
|
||||
pub err: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue