Hotfix ftl err name, added check for err.code in create_feature_err
This commit is contained in:
parent
4c82845b3a
commit
0a58b26e8a
3 changed files with 5 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue