Skip to content

Commit 05a5c7d

Browse files
committed
clean up issue-19479 (assoc type from another trait)
1 parent 619a696 commit 05a5c7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/ui/issues/issue-19479.rs renamed to tests/ui/traits/associated_type_bound/assoc-type-via-another-trait-issue-19479.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
//@ check-pass
22

3+
//! Tests that it's possible to define an associated type in a trait
4+
//! using an associated type from type parameter bound trait in a blanket implementation.
5+
//!
6+
//! # Context
7+
//! Original issue: https://github.com/rust-lang/rust/issues/19479
8+
39
trait Base {
410
fn dummy(&self) { }
511
}

0 commit comments

Comments
 (0)