Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
consts
/
issue-37550-1.rs
blob: ddd247cbe25b9c88d5a224a01bd6abf2d65a2b41 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
const
fn
x
()
{
let
t
=
true
;
let
x
=
||
t
;
}
fn
main
()
{}