This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-02-09 05:23:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
74755e86ab
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 22:03:29 +00:00
enum
Issue2446
{
V
{
hacky solution that makes the tests pass but should really be better
2018-02-16 20:09:41 +00:00
f
:
u8
,
// x
test case for issue #2446
2018-02-15 22:03:29 +00:00
}
,
}
only wrap on trailing comments, allow /* */ comments in-line
2018-02-17 03:52:08 +00:00
enum
Issue2446TrailingCommentsOnly
{
V
{
f
:
u8
/*
*/
}
,
}
Reference in New Issue
Copy Permalink