Skip to content

Commit 11f3158

Browse files
committed
docs: add doc comment for FnParamDef.unresolved_ty reserved for future use
1 parent 305b759 commit 11f3158

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/vexil-lang/src/ir

crates/vexil-lang/src/ir/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ pub struct TraitFnDef {
375375
pub struct FnParamDef {
376376
pub name: SmolStr,
377377
pub ty: ResolvedType,
378+
/// Original AST type expression, preserved for trait function param validation.
379+
/// Currently unused but reserved for future trait function signature conformance checking.
378380
pub unresolved_ty: crate::ast::TypeExpr,
379381
}
380382

0 commit comments

Comments
 (0)