Point to where clause for GATs

This commit is contained in:
jackh726 2021-07-25 22:12:34 -04:00
parent 2fc3c69e54
commit 22fc7d6e5a
7 changed files with 200 additions and 8 deletions

View file

@ -22,6 +22,7 @@
#![feature(in_band_lifetimes)]
#![feature(control_flow_enum)]
#![feature(min_specialization)]
#![feature(label_break_value)]
#![recursion_limit = "512"] // For rustdoc
#[macro_use]