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