SessionDiagnostic for QueryOverflow error
This commit is contained in:
parent
166aef90fb
commit
7ce59ebf49
4 changed files with 8 additions and 2 deletions
|
@ -67,3 +67,7 @@ pub struct IncrementCompilation {
|
|||
pub run_cmd: String,
|
||||
pub dep_node: String,
|
||||
}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(query_system::query_overflow)]
|
||||
pub struct QueryOverflow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue