mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 05:52:05 +00:00
7 lines
95 B
Rust
7 lines
95 B
Rust
//@ edition: 2021
|
|
|
|
fn test(x: &'r#r#r ()) {}
|
|
//~^ ERROR expected type, found `#`
|
|
|
|
fn main() {}
|