Use Ranges for vars_since_snapshot

This commit is contained in:
varkor 2019-03-21 12:37:31 +00:00
parent a5c653be63
commit abf5e81663
4 changed files with 38 additions and 39 deletions

View file

@ -44,6 +44,7 @@
#![feature(non_exhaustive)]
#![feature(proc_macro_internals)]
#![feature(optin_builtin_traits)]
#![feature(range_is_empty)]
#![feature(refcell_replace_swap)]
#![feature(rustc_diagnostic_macros)]
#![feature(rustc_attrs)]