mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 02:53:35 +00:00
9 lines
126 B
Rust
9 lines
126 B
Rust
//@ check-pass
|
|
//@ edition: 2021
|
|
|
|
// Checks a primitive name can be defined as a lifetime.
|
|
|
|
fn foo<'r#i32>() {}
|
|
|
|
fn main() {}
|