Deduplicate inlined function debug info, but create a new lexical scope to child subsequent scopes and variables from colliding

This commit is contained in:
Daniel Paoliello 2023-09-01 14:27:21 -07:00
parent 13e402ed7c
commit 8028885239

View File

@ -55,7 +55,7 @@ fn create_function_debug_context(
_fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
_llfn: RValue<'gcc>,
_mir: &mir::Body<'tcx>,
) -> Option<FunctionDebugContext<Self::DIScope, Self::DILocation>> {
) -> Option<FunctionDebugContext<'tcx, Self::DIScope, Self::DILocation>> {
// TODO(antoyo)
None
}