File tree 2 files changed +4
-4
lines changed
librustc_codegen_ssa/traits
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ impl ExtraBackendMethods for LlvmCodegenBackend {
123
123
) -> EncodedMetadata {
124
124
base:: write_metadata ( tcx, metadata)
125
125
}
126
- fn codegen_allocator (
126
+ fn codegen_allocator < ' b , ' gcx > (
127
127
& self ,
128
- tcx : TyCtxt < ' _ , ' _ , ' _ > ,
128
+ tcx : TyCtxt < ' b , ' gcx , ' gcx > ,
129
129
mods : & mut ModuleLlvm ,
130
130
kind : AllocatorKind
131
131
) {
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ pub trait ExtraBackendMethods: CodegenBackend + WriteBackendMethods + Sized + Se
38
38
tcx : TyCtxt < ' b , ' gcx , ' gcx > ,
39
39
metadata : & mut Self :: Module ,
40
40
) -> EncodedMetadata ;
41
- fn codegen_allocator (
41
+ fn codegen_allocator < ' b , ' gcx > (
42
42
& self ,
43
- tcx : TyCtxt < ' _ , ' _ , ' _ > ,
43
+ tcx : TyCtxt < ' b , ' gcx , ' gcx > ,
44
44
mods : & mut Self :: Module ,
45
45
kind : AllocatorKind
46
46
) ;
You can’t perform that action at this time.
0 commit comments