Merge commit '1eded3619d' into sync_cg_clif-2023-07-22
This commit is contained in:
parent
648f5e4208
commit
e8168ce8a3
30 changed files with 668 additions and 170 deletions
|
|
@ -38,7 +38,7 @@ pub(crate) struct DebugContext {
|
|||
pub(crate) struct FunctionDebugContext {
|
||||
entry_id: UnitEntryId,
|
||||
function_source_loc: (FileId, u64, u64),
|
||||
source_loc_set: indexmap::IndexSet<(FileId, u64, u64)>,
|
||||
source_loc_set: IndexSet<(FileId, u64, u64)>,
|
||||
}
|
||||
|
||||
impl DebugContext {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue