This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e30d27be00
rust
/
tests
/
ui
/
consts
/
issue-37550-1.rs
9 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests after feature stabilization
2022-02-09 12:53:40 -06:00
// check-pass
regression test for #37550
2017-05-25 17:06:30 -05:00
const
fn
x
(
)
{
Stabilize `let` bindings and destructuring in constants and const fn
2018-12-28 13:05:22 -06:00
let
t
=
true
;
Update tests after feature stabilization
2022-02-09 12:53:40 -06:00
let
x
=
|
|
t
;
regression test for #37550
2017-05-25 17:06:30 -05:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink