8 lines
120 B
Rust
8 lines
120 B
Rust
// compile-flags: -Z parse-only
|
|
|
|
fn test(&'a str) {
|
|
//~^ ERROR unexpected lifetime `'a` in pattern
|
|
}
|
|
|
|
fn main() {
|
|
}
|