blob: f4f27a4456dfbe69222effd6cb23eda4b73767e7 [file] [log] [blame]
//@ run-pass
#![allow(dead_code)]
#![allow(stable_features)]
#![feature(issue_5723_bootstrap)]
trait Foo {
fn dummy(&self) { }
}
fn foo<'a, 'b, 'c:'a+'b, 'd>() {
}
pub fn main() { }