Use BoundVarsCollector for now

This commit is contained in:
Yuki Okushi 2021-07-02 10:14:13 +09:00
parent 242ac57015
commit 13e116f1f7
No known key found for this signature in database
GPG key ID: DABA5B072961C18A
3 changed files with 97 additions and 10 deletions

View file

@ -5,6 +5,7 @@
//! This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(control_flow_enum)]
#![feature(half_open_range_patterns)]
#![feature(exclusive_range_pattern)]
#![feature(nll)]