specification

This commit is contained in:
J.Teeuwissen 2023-01-04 15:43:21 +01:00
parent 6ec977bf1c
commit 09f9df1f40
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD

View file

@ -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,
};
}