mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
specification
This commit is contained in:
parent
6ec977bf1c
commit
09f9df1f40
1 changed files with 1 additions and 1 deletions
|
@ -1538,7 +1538,7 @@ pub struct Param<'a> {
|
|||
impl<'a> Param<'a> {
|
||||
pub const EMPTY: Self = Param {
|
||||
symbol: Symbol::EMPTY_PARAM,
|
||||
ownership: Owned,
|
||||
ownership: Ownership::Owned,
|
||||
layout: Layout::UNIT,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue