Added the third parameter to the "add second lifetime bound to method type parameter"
This commit is contained in:
parent
a12d763602
commit
0004698a88
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ trait TraitAddSecondBuiltinBoundToMethodTypeParameter {
|
|||
// Add second lifetime bound to method type parameter -----------------------------
|
||||
#[cfg(cfail1)]
|
||||
trait TraitAddSecondLifetimeBoundToMethodTypeParameter {
|
||||
fn method<'a, 'b, 'c: 'a>(a: &'a u32, b: &'b u32);
|
||||
fn method<'a, 'b, 'c: 'a>(a: &'a u32, b: &'b u32, c: &'c u32);
|
||||
}
|
||||
|
||||
#[cfg(not(cfail1))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue