7 lines
87 B
Rust
7 lines
87 B
Rust
|
fn test(&'a str) {
|
||
|
//~^ ERROR unexpected lifetime `'a` in pattern
|
||
|
}
|
||
|
|
||
|
fn main() {
|
||
|
}
|