diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2016-09-15 00:51:46 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2016-11-08 22:34:05 +0300 |
| commit | ab5ba049bcf38f7bc7bde43d0acbd3869a9c7683 (patch) | |
| tree | 47fbd92c3d8c13d445129abb6c97517bbb64b946 /src/test/compile-fail/auxiliary/empty-struct.rs | |
| parent | 38a959a543dfc70a67e64f7d369ed6c9e12fc806 (diff) | |
| download | rust-ab5ba049bcf38f7bc7bde43d0acbd3869a9c7683.tar.gz rust-ab5ba049bcf38f7bc7bde43d0acbd3869a9c7683.zip | |
Partially stabilize RFC 1506 "Clarify relationships between ADTs"
Diffstat (limited to 'src/test/compile-fail/auxiliary/empty-struct.rs')
| -rw-r--r-- | src/test/compile-fail/auxiliary/empty-struct.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/compile-fail/auxiliary/empty-struct.rs b/src/test/compile-fail/auxiliary/empty-struct.rs index dcbb0ce178b..4a302865634 100644 --- a/src/test/compile-fail/auxiliary/empty-struct.rs +++ b/src/test/compile-fail/auxiliary/empty-struct.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(relaxed_adts)] - pub struct XEmpty1 {} pub struct XEmpty2; pub struct XEmpty6(); |
