pub trait StaticCodegenMethods: BackendTypes {
// Required methods
fn static_addr_of(
&self,
alloc: ConstAllocation<'_>,
kind: Option<&str>,
) -> Self::Value;
fn codegen_static(&mut self, def_id: DefId);
}pub trait StaticCodegenMethods: BackendTypes {
// Required methods
fn static_addr_of(
&self,
alloc: ConstAllocation<'_>,
kind: Option<&str>,
) -> Self::Value;
fn codegen_static(&mut self, def_id: DefId);
}