Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
consts
/
issue-37550.rs
blob: 332e5db7a0f2e1f065893b8ff7be20f89066c5ee [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
allow
(
dead_code
)]
#![
allow
(
unused_variables
)]
const
fn
x
()
{
let
t
=
true
;
let
x
=
||
t
;
}
fn
main
()
{}