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/rustdoc | |
| parent | 02654a0844f5c8d29bac318c3c6c666da3d8543d (diff) | |
| download | rust-3cf0e98dc9a67086f4e738edb9d61b2fee1a38b0.tar.gz rust-3cf0e98dc9a67086f4e738edb9d61b2fee1a38b0.zip | |
Stabilize GATs
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/generic-associated-types/gats.rs | 1 | ||||
| -rw-r--r-- | src/test/rustdoc/generic-associated-types/issue-94683.rs | 1 | ||||
| -rw-r--r-- | src/test/rustdoc/where.rs | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/test/rustdoc/generic-associated-types/gats.rs b/src/test/rustdoc/generic-associated-types/gats.rs index ae981b9499a..7ab82bb5829 100644 --- a/src/test/rustdoc/generic-associated-types/gats.rs +++ b/src/test/rustdoc/generic-associated-types/gats.rs @@ -1,5 +1,4 @@ #![crate_name = "foo"] -#![feature(generic_associated_types)] // @has foo/trait.LendingIterator.html pub trait LendingIterator { diff --git a/src/test/rustdoc/generic-associated-types/issue-94683.rs b/src/test/rustdoc/generic-associated-types/issue-94683.rs index 91499100ec6..985c7e983aa 100644 --- a/src/test/rustdoc/generic-associated-types/issue-94683.rs +++ b/src/test/rustdoc/generic-associated-types/issue-94683.rs @@ -1,5 +1,4 @@ #![crate_name = "foo"] -#![feature(generic_associated_types)] pub trait Trait { type Gat<'a>; diff --git a/src/test/rustdoc/where.rs b/src/test/rustdoc/where.rs index 50a5722fbaf..33440b17cf9 100644 --- a/src/test/rustdoc/where.rs +++ b/src/test/rustdoc/where.rs @@ -1,4 +1,3 @@ -#![feature(generic_associated_types)] #![crate_name = "foo"] pub trait MyTrait { fn dummy(&self) { } } |
