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
2024-12-04 12:44:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f116baeed7
rust
/
tests
/
source
/
issue-2446.rs
12 lines
129 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