1
Fork 0

Hotfix ftl err name, added check for err.code in create_feature_err

This commit is contained in:
nidnogg 2022-08-21 13:08:14 -03:00
parent 4c82845b3a
commit 0a58b26e8a
3 changed files with 5 additions and 3 deletions

View file

@ -89,7 +89,7 @@ pub(crate) struct TransientMutBorrowErrRaw {
}
#[derive(SessionDiagnostic)]
#[error(const_eval::const_evaL_max_num_nodes_in_const_err)]
#[error(const_eval::max_num_nodes_in_const)]
pub(crate) struct MaxNumNodesInConstErr {
#[primary_span]
pub span: Span,