mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
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>
This commit is contained in:
parent
bedaeda508
commit
1640ccac4d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user