We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e402e commit 8028885Copy full SHA for 8028885
src/debuginfo.rs
@@ -55,7 +55,7 @@ impl<'gcc, 'tcx> DebugInfoMethods<'tcx> for CodegenCx<'gcc, 'tcx> {
55
_fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
56
_llfn: RValue<'gcc>,
57
_mir: &mir::Body<'tcx>,
58
- ) -> Option<FunctionDebugContext<Self::DIScope, Self::DILocation>> {
+ ) -> Option<FunctionDebugContext<'tcx, Self::DIScope, Self::DILocation>> {
59
// TODO(antoyo)
60
None
61
}
0 commit comments