diff options
| author | David Wood <david.wood@huawei.com> | 2022-08-19 14:48:15 +0100 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-02-28 22:03:22 -0500 |
| commit | 1640ccac4da37ae2095d6e9bec68ff90aa71aecf (patch) | |
| tree | 1c20123caf4aaa900b96e5ef1cbb1e3a864f10f1 | |
| parent | bedaeda5084ab94fde088de0dba80e3bdc2363ef (diff) | |
| download | rust-1640ccac4da37ae2095d6e9bec68ff90aa71aecf.tar.gz rust-1640ccac4da37ae2095d6e9bec68ff90aa71aecf.zip | |
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>
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs index 16db781a894..48c16cba240 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -202,6 +202,7 @@ unsafe impl Sync for GccContext {} impl WriteBackendMethods for GccCodegenBackend { type Module = GccContext; type TargetMachine = (); + type TargetMachineError = (); type ModuleBuffer = ModuleBuffer; type ThinData = (); type ThinBuffer = ThinBuffer; |
