diff options
| author | bors <bors@rust-lang.org> | 2018-09-12 11:27:48 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-09-12 11:27:48 +0000 |
| commit | 6810f5286b6b91daab06fc3dccb27d8c46f14349 (patch) | |
| tree | f576d065912988d1cf5e916750ea4a8a6e4b07fd /src/test/incremental | |
| parent | 8586ec6980462c99a8926646201b2444d8938d29 (diff) | |
| parent | 731f4efae5ee18082202f31e8699fe07eb0a5d19 (diff) | |
| download | rust-6810f5286b6b91daab06fc3dccb27d8c46f14349.tar.gz rust-6810f5286b6b91daab06fc3dccb27d8c46f14349.zip | |
Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis
stabilize outlives requirements https://github.com/rust-lang/rust/issues/44493 r? @nikomatsakis
Diffstat (limited to 'src/test/incremental')
| -rw-r--r-- | src/test/incremental/issue-51409.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/incremental/issue-51409.rs b/src/test/incremental/issue-51409.rs index d7aff5afe40..8aa75e6315d 100644 --- a/src/test/incremental/issue-51409.rs +++ b/src/test/incremental/issue-51409.rs @@ -13,8 +13,6 @@ // Regression test that `infer_outlives_predicates` can be // used with incremental without an ICE. -#![feature(infer_outlives_requirements)] - struct Foo<'a, T> { x: &'a T } |
