mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue