check that adding infer-outlives requirement to all crates works
This commit is contained in:
parent
46bb36da80
commit
73fb1622b3
48 changed files with 48 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#![feature(box_syntax)]
|
||||
#![feature(iterator_find_map)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
|
||||
#![feature(set_stdio)]
|
||||
#![feature(slice_sort_by_cached_key)]
|
||||
#![feature(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue