mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
9 lines
184 B
Plaintext
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
|
|
|