mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Never really liked paperclips
This commit is contained in:
parent
6d9598a179
commit
fae4a8c9f8
1 changed files with 1 additions and 1 deletions
|
@ -6352,7 +6352,7 @@ impl<'ctx> FunctionSpec<'ctx> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn known_fastcc<'a, 'env>(fn_type: FunctionType<'ctx>) -> FunctionSpec<'ctx> {
|
||||
pub fn known_fastcc(fn_type: FunctionType<'ctx>) -> FunctionSpec<'ctx> {
|
||||
Self {
|
||||
typ: fn_type,
|
||||
call_conv: FAST_CALL_CONV,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue