blob: e525c7b6d680f2d6c6f55884cfd54c1864ec9010 [file] [log] [blame]
error: unexpected lifetime `'a` in pattern
--> $DIR/lifetime-in-pattern.rs:1:10
|
LL | fn test(&'a str) {
| ^^ unexpected lifetime
error: aborting due to previous error