MCPcopy Create free account
hub / github.com/Rust-for-Linux/klint / after_codegen

Method after_codegen

src/driver.rs:27–27  ·  view source on GitHub ↗
(&mut self, _cx: &'tcx Self::ExtCtxt<'tcx>)

Source from the content-addressed store, hash-verified

25 fn ext_cx<'tcx>(&mut self, _tcx: TyCtxt<'tcx>) -> Self::ExtCtxt<'tcx>;
26
27 fn after_codegen<'tcx>(&mut self, _cx: &'tcx Self::ExtCtxt<'tcx>) {}
28}
29
30/// Mapping from `TyCtxt<'tcx>` to `Ctxt<'tcx>`.

Callers 1

codegen_crateMethod · 0.45

Implementers 1

main.rssrc/main.rs

Calls

no outgoing calls

Tested by

no test coverage detected