Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lifetimes
/
raw
/
lifetimes-eq.rs
blob: dddafb829ba854edbaae56e2988005817fab7005 [
file
] [
log
] [
blame
]
//@ edition: 2021
//@ check-pass
// Test that `'r#a` is `'a`.
fn
test
<
'r#a>(x: &'
a
())
{}
fn
main
()
{}