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
|
@ -21,6 +21,7 @@
|
|||
test(attr(deny(warnings))))]
|
||||
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
|
||||
|
||||
pub use self::Piece::*;
|
||||
pub use self::Position::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue