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
065258659d
rust
/
tests
/
source
/
tuple_v2.rs
6 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: switch idempotence/system tests to style_edition Updates all the various files utilized in the system and idempotence tests to directly use the corresponding 'style_edition' configuration as opposed to keeping the original 'version' values and relying on the mapping.
2024-07-19 18:25:11 -05:00
// rustfmt-style_edition: 2024
feat: v2 support for nested tuples w/o spaces
2020-10-30 00:03:03 -05:00
fn
issue_4355
(
)
{
let
_
=
(
(
1
,
)
,
)
.
0
.
0
;
}
Reference in New Issue
Copy Permalink