Remove references to todo_opaques

Opaque types are now fully implemented so this can be removed. roc_ast
is going away in favor of can, so references there have been replaced
with internal_error.
This commit is contained in:
Ayaz Hafiz 2022-08-01 13:24:29 -05:00
parent fffbbd08b0
commit 2e6d7bfa2a
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 4 additions and 14 deletions

View file

@ -115,14 +115,4 @@ macro_rules! todo_abilities {
};
}
#[macro_export]
macro_rules! todo_opaques {
() => {
$crate::_incomplete_project!("Abilities (opaques)", 2463)
};
($($arg:tt)+) => {
$crate::_incomplete_project!("Abilities (opaques)", 2463, $($arg)+)
};
}
// END LARGE SCALE PROJECTS