mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
change import for rust analyzer
This commit is contained in:
parent
a1dc13b352
commit
cf80f510cb
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,8 @@ use roc_module::ident::{Lowercase, TagName};
|
|||
use roc_module::symbol::{ModuleId, Symbol};
|
||||
use roc_region::all::{Located, Region};
|
||||
use roc_types::subs::Variable;
|
||||
use roc_types::types::AnnotationSource::{self, *};
|
||||
use roc_types::types::Type::{self, *};
|
||||
use roc_types::types::{Category, PReason, Reason, RecordField};
|
||||
use roc_types::types::{AnnotationSource, Category, PReason, Reason, RecordField};
|
||||
|
||||
/// This is for constraining Defs
|
||||
#[derive(Default, Debug)]
|
||||
|
@ -604,7 +603,7 @@ pub fn constrain_expr(
|
|||
FromAnnotation(
|
||||
name.clone(),
|
||||
*arity,
|
||||
TypedWhenBranch {
|
||||
AnnotationSource::TypedWhenBranch {
|
||||
index: Index::zero_based(index),
|
||||
region: ann_source.region(),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue