rustc/tests/ui/lifetimes/raw/multiple-prefixes.stderr
2024-11-29 22:33:13 +01:00

9 lines
184 B
Plaintext

error: expected type, found `#`
--> $DIR/multiple-prefixes.rs:3:17
|
LL | fn test(x: &'r#r#r ()) {}
| ^ expected type
error: aborting due to 1 previous error