Thread simple model of "ErasedLambdas" through proc layouts

But none of these paths are yet exercised.
This commit is contained in:
Ayaz Hafiz 2023-06-23 13:15:12 -05:00
parent 6eae480e36
commit c459757062
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
8 changed files with 79 additions and 11 deletions

View file

@ -116,4 +116,14 @@ macro_rules! todo_abilities {
};
}
#[macro_export]
macro_rules! todo_lambda_erasure {
() => {
$crate::_incomplete_project!("Lambda Erasure", 5575)
};
($($arg:tt)+) => {
$crate::_incomplete_project!("Lambda Erasure", 5575, $($arg)+)
};
}
// END LARGE SCALE PROJECTS