Check closure args and returns are WF

This commit is contained in:
Michael Goulet
2024-04-05 22:52:22 -04:00
parent 487cdeb039
commit b2fea557f3
10 changed files with 73 additions and 37 deletions

View File

@@ -487,7 +487,7 @@ pub enum WellFormedLoc {
/// The index of the parameter to use.
/// Parameters are indexed from 0, with the return type
/// being the last 'parameter'
param_idx: u16,
param_idx: usize,
},
}