Finished const_eval module migration, moving onto sibling folders

This commit is contained in:
nidnogg 2022-08-18 01:54:11 -03:00
parent 0b71ffca18
commit 6af8e46a9a
3 changed files with 16 additions and 6 deletions

View file

@ -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,
}