Recover from fn ptr tys with generic param list

This commit is contained in:
León Orell Valerian Liehr 2022-11-10 02:06:11 +01:00
parent b7b7f2716e
commit c2b906ba9a
No known key found for this signature in database
GPG key ID: CD75E31CE2CFD7D9
6 changed files with 228 additions and 3 deletions

View file

@ -3,6 +3,7 @@
#![feature(array_windows)]
#![feature(box_patterns)]
#![feature(if_let_guard)]
#![feature(iter_intersperse)]
#![feature(let_chains)]
#![feature(never_type)]
#![feature(rustc_attrs)]