blob: bfe96552a5c92fc37ae9032b295bbe3b3fa9c3fa [file] [log] [blame]
trait A<'a, T> {
fn f(&mut self) -> &'a mut T;
fn p() -> T;
}