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-01-25 06:03:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c9ab8b405
rust
/
tests
/
source
/
issue-1216.rs
6 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
make rustfmt-normalize_comments false by default
2017-01-16 01:50:27 +00:00
// rustfmt-normalize_comments: true
fix #1216: panic on comment starting with //*
2016-11-13 08:36:43 +00:00
enum
E
{
A
,
//* I am not a block comment (caused panic)
B
,
}
Reference in New Issue
Copy Permalink