1
Fork 0

Addressing last comment on PR review

This commit is contained in:
nidnogg 2022-08-22 12:14:49 -03:00
parent 13abae2deb
commit 649749c7b0
3 changed files with 5 additions and 5 deletions

View file

@ -93,7 +93,7 @@ pub(crate) struct TransientMutBorrowErrRaw {
pub(crate) struct MaxNumNodesInConstErr {
#[primary_span]
pub span: Span,
pub s: String,
pub global_const_id: String,
}
#[derive(SessionDiagnostic)]