]> git.lizzy.rs Git - rust.git/commit
Migrate from `associated-type` to `associated-types`
authorYuki Okushi <huyuumi.dev@gmail.com>
Thu, 15 Oct 2020 01:25:23 +0000 (10:25 +0900)
committerYuki Okushi <huyuumi.dev@gmail.com>
Thu, 15 Oct 2020 01:25:23 +0000 (10:25 +0900)
commit3113c077c042cdcbc0a071c11452118e7711a1c4
treedd8cd73aa8b828f4504c9c49d47e839a35f32f60
parentd87c17d22f6e5dce477dbd5d26e35847682f3a9c
Migrate from `associated-type` to `associated-types`
12 files changed:
src/test/ui/associated-type/associated-type-projection-ambig-between-bound-and-where-clause.rs [deleted file]
src/test/ui/associated-type/associated-type-projection-ambig-between-bound-and-where-clause.stderr [deleted file]
src/test/ui/associated-type/associated-type-projection-from-multiple-supertraits.rs [deleted file]
src/test/ui/associated-type/associated-type-projection-from-multiple-supertraits.stderr [deleted file]
src/test/ui/associated-type/associated-type-projection-from-supertrait.rs [deleted file]
src/test/ui/associated-type/associated-type-projection-from-supertrait.stderr [deleted file]
src/test/ui/associated-types/associated-type-projection-ambig-between-bound-and-where-clause.rs [new file with mode: 0644]
src/test/ui/associated-types/associated-type-projection-ambig-between-bound-and-where-clause.stderr [new file with mode: 0644]
src/test/ui/associated-types/associated-type-projection-from-multiple-supertraits.rs [new file with mode: 0644]
src/test/ui/associated-types/associated-type-projection-from-multiple-supertraits.stderr [new file with mode: 0644]
src/test/ui/associated-types/associated-type-projection-from-supertrait.rs [new file with mode: 0644]
src/test/ui/associated-types/associated-type-projection-from-supertrait.stderr [new file with mode: 0644]