mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Commented out incomplete code
This commit is contained in:
parent
89c949a9fd
commit
e4b9e0d6e7
1 changed files with 8 additions and 5 deletions
|
@ -1327,12 +1327,15 @@ fn to_pending_def<'a>(
|
|||
}
|
||||
|
||||
Err((original_region, shadow)) => {
|
||||
env.problem(Problem::ShadowingInAnnotation {
|
||||
original_region,
|
||||
shadow,
|
||||
});
|
||||
// env.problem(Problem::ShadowingInAnnotation {
|
||||
// original_region,
|
||||
// shadow,
|
||||
// });
|
||||
|
||||
panic!("TODO gracefully handle shadowing of type alias {:?}", err)
|
||||
panic!(
|
||||
"TODO gracefully handle shadowing of type alias {:?}",
|
||||
(original_region, shadow)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue