Finished const_eval module migration, moving onto sibling folders
This commit is contained in:
parent
0b71ffca18
commit
6af8e46a9a
3 changed files with 16 additions and 6 deletions
|
@ -87,3 +87,11 @@ pub(crate) struct TransientMutBorrowErrRaw {
|
|||
pub span: Span,
|
||||
pub kind: ConstContext,
|
||||
}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[error(const_eval::const_evaL_max_num_nodes_exceeded)]
|
||||
pub(crate) struct MaxNumNodesExceeded {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
pub s: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue