Stabilize associated type bounds
This commit is contained in:
parent
a655e648a9
commit
c63f3feb0f
95 changed files with 147 additions and 533 deletions
|
@ -1,7 +1,6 @@
|
|||
//@ check-pass
|
||||
|
||||
#![crate_type="lib"]
|
||||
#![feature(associated_type_bounds)]
|
||||
|
||||
trait A<'a> {}
|
||||
trait B<'b> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue