mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 11:22:19 +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> {
|
impl<'a> Param<'a> {
|
||||||
pub const EMPTY: Self = Param {
|
pub const EMPTY: Self = Param {
|
||||||
symbol: Symbol::EMPTY_PARAM,
|
symbol: Symbol::EMPTY_PARAM,
|
||||||
ownership: Owned,
|
ownership: Ownership::Owned,
|
||||||
layout: Layout::UNIT,
|
layout: Layout::UNIT,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue