blob: afee685cd056f1a4a5a16cdb5f9a220866b292c8 [file] [log] [blame]
fn test(&'a str) {
//~^ ERROR unexpected lifetime `'a` in pattern
}
fn main() {
}