mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Classify routing sources through IList nesting
This commit is contained in:
@@ -437,7 +437,8 @@ fn validate_implementations_for_generics(parsed: &ParsedNodeFn) {
|
||||
_ => None,
|
||||
};
|
||||
let opaque_record_generic = |ty: &Type| {
|
||||
let ident = match ty {
|
||||
let (stripped, _) = crate::codegen::ir::strip_ilist(ty);
|
||||
let ident = match &stripped {
|
||||
Type::Path(path) => path.path.get_ident(),
|
||||
_ => None,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user