mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Add TODOs for opaque type comments that will need to be changed later
This commit is contained in:
parent
ca9ecbea52
commit
e420ebd023
3 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,7 @@ impl Scope {
|
|||
/// Check if there is an opaque type alias referenced by `opaque_ref` referenced in the
|
||||
/// current scope. E.g. `$Age` must reference an opaque `Age` declared in this module, not any
|
||||
/// other!
|
||||
// TODO(opaques): $->@ in the above comment
|
||||
pub fn lookup_opaque_ref(
|
||||
&self,
|
||||
opaque_ref: &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue