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
3b18238009
rust
/
tests
/
target
/
issue-2446.rs
10 lines
117 B
Rust
Raw
Normal View
History
Unescape
Escape
test case for issue #2446
2018-02-15 16:03:29 -06:00
enum
Issue2446
{
V
{
hacky solution that makes the tests pass but should really be better
2018-02-16 14:09:41 -06:00
f
:
u8
,
// x
test case for issue #2446
2018-02-15 16:03:29 -06:00
}
,
}
only wrap on trailing comments, allow /* */ comments in-line
2018-02-16 21:52:08 -06:00
enum
Issue2446TrailingCommentsOnly
{
V
{
f
:
u8
/*
*/
}
,
}
Reference in New Issue
Copy Permalink