Delegation: support generics for delegation from free functions
This commit is contained in:
parent
80d8270d84
commit
f2f9aab380
24 changed files with 702 additions and 233 deletions
|
@ -33,7 +33,7 @@
|
|||
//! HIR ty lowering.
|
||||
//!
|
||||
//! Similarly generics, predicates and header are set to the "default" values.
|
||||
//! In case of discrepancy with callee function the `NotSupportedDelegation` error will
|
||||
//! In case of discrepancy with callee function the `UnsupportedDelegation` error will
|
||||
//! also be emitted during HIR ty lowering.
|
||||
|
||||
use std::iter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue