blob: d3c638d0cd74b052bcd34bf6e5761dbb9901fbb1 [file] [log] [blame]
fn test(&'a str) {
//~^ ERROR unexpected lifetime `'a` in pattern
//~| ERROR expected one of `:`, `@`, or `|`, found `)`
}
fn main() {
}