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
|
@ -27,6 +27,7 @@
|
|||
#![allow(unused_attributes)]
|
||||
#![feature(libc)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
|
||||
#![feature(quote)]
|
||||
#![feature(range_contains)]
|
||||
#![feature(rustc_diagnostic_macros)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue