Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-37733.rs
blob: fff42e9fc3c99e054594970e784c4d02be8b3689 [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass
#![
allow
(
dead_code
)]
type
A
=
for
<>
fn
();
type
B
=
for
<
'
a
,>
fn
();
pub
fn
main
()
{}