tema3210
tema3210
RFC for bounded universal quantification for lifetimes [Rendered](https://github.com/tema3210/rfcs/blob/extended_hrtbs/text/3621-extended_hrtb.md) [Internals thread](https://internals.rust-lang.org/t/extending-for-a-construct/16581)
``tema3210@tema2-devhost:~/unigo$` x86_64-hermit-gccgo main.go -o main /opt/hermit/lib/gcc/x86_64-hermit/6.3.0/../../../../x86_64-hermit/bin/ld: /opt/hermit/lib/gcc/x86_64-hermit/6.3.0/../../../../x86_64-hermit/lib/libgo.a(proc.o): in function `runtime_newosproc': /work/build/x86_64-hermit/libgo/../../../libgo/runtime/proc.c:202: undefined reference to `pthread_attr_init' /opt/hermit/lib/gcc/x86_64-hermit/6.3.0/../../../../x86_64-hermit/bin/ld: /work/build/x86_64-hermit/libgo/../../../libgo/runtime/proc.c:204: undefined reference to `pthread_attr_setdetachstate' /opt/hermit/lib/gcc/x86_64-hermit/6.3.0/../../../../x86_64-hermit/bin/ld: /work/build/x86_64-hermit/libgo/../../../libgo/runtime/proc.c:218: undefined reference to `pthread_create' /opt/hermit/lib/gcc/x86_64-hermit/6.3.0/../../../../x86_64-hermit/bin/ld: /opt/hermit/lib/gcc/x86_64-hermit/6.3.0/../../../../x86_64-hermit/lib/libgo.a(thread-sema.o): in...
Current async changes the return type of function to `impl Future`, same way as generators, etc. This requires effects to provide a GAT return type and involves pinning. For the...
### Feature description Ability to do custom aggregation of gradients on layers; Ability to append custom gradients to layers; ### Feature motivation * This allows to implement gradient surgery *...