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
7fc181d111
rust
/
tests
/
target
/
issue-1216.rs
6 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
make rustfmt-normalize_comments false by default
2017-01-15 19:50:27 -06:00
// rustfmt-normalize_comments: true
fix #1216: panic on comment starting with //*
2016-11-13 02:36:43 -06:00
enum
E
{
A
,
//* I am not a block comment (caused panic)
B
,
}
Reference in New Issue
Copy Permalink