diff options
| author | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2022-05-04 10:22:19 -0400 |
|---|---|---|
| committer | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2022-08-30 23:06:24 -0400 |
| commit | 3cf0e98dc9a67086f4e738edb9d61b2fee1a38b0 (patch) | |
| tree | f559e3e09fd50967611da6d00b166a142707dfd4 /src/test/pretty | |
| parent | 02654a0844f5c8d29bac318c3c6c666da3d8543d (diff) | |
| download | rust-3cf0e98dc9a67086f4e738edb9d61b2fee1a38b0.tar.gz rust-3cf0e98dc9a67086f4e738edb9d61b2fee1a38b0.zip | |
Stabilize GATs
Diffstat (limited to 'src/test/pretty')
| -rw-r--r-- | src/test/pretty/gat-bounds.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/pretty/gat-bounds.rs b/src/test/pretty/gat-bounds.rs index 8877c6cc992..0a361a3835f 100644 --- a/src/test/pretty/gat-bounds.rs +++ b/src/test/pretty/gat-bounds.rs @@ -3,8 +3,6 @@ // pretty-compare-only -#![feature(generic_associated_types)] - trait X { type Y<T>: Trait where Self: Sized; } |
