1
Fork 0

liveness: Use newtype_index for Variable and LiveNode

This commit is contained in:
Tomasz Miąsko 2020-09-26 00:00:00 +00:00
parent 49d1ce00f3
commit 57d38975cc
4 changed files with 47 additions and 66 deletions

View file

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