mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
pub crate
This commit is contained in:
parent
74d0f8d2e5
commit
7c8e7bbea3
2 changed files with 2 additions and 5 deletions
|
@ -5951,7 +5951,7 @@ pub enum CCReturn {
|
|||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct FunctionSpec<'ctx> {
|
||||
pub(crate) struct FunctionSpec<'ctx> {
|
||||
/// The function type
|
||||
pub typ: FunctionType<'ctx>,
|
||||
call_conv: u32,
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
use inkwell::{
|
||||
types::{BasicTypeEnum, StructType},
|
||||
AddressSpace,
|
||||
};
|
||||
use inkwell::{types::StructType, AddressSpace};
|
||||
|
||||
use super::build::Env;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue