mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
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:
parent
fffbbd08b0
commit
2e6d7bfa2a
3 changed files with 4 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue