Skip to content

Commit 1640cca

Browse files
davidtwcoantoyo
authored andcommitted
session: diagnostic migration lint on more fns
Apply the diagnostic migration lint to more functions on `Session`. Signed-off-by: David Wood <david.wood@huawei.com>
1 parent bedaeda commit 1640cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ unsafe impl Sync for GccContext {}
202202
impl WriteBackendMethods for GccCodegenBackend {
203203
type Module = GccContext;
204204
type TargetMachine = ();
205+
type TargetMachineError = ();
205206
type ModuleBuffer = ModuleBuffer;
206207
type ThinData = ();
207208
type ThinBuffer = ThinBuffer;

0 commit comments

Comments
 (0)