Add a test for #1603
This commit is contained in:
parent
5a91e0f7e3
commit
f9f4ef8177
@ -81,3 +81,10 @@ fn some_fn4()
|
||||
/* some comment some comment some comment some comment some comment some comment some comment */
|
||||
{
|
||||
}
|
||||
|
||||
// #1603
|
||||
pub enum Foo {
|
||||
A, // `/** **/`
|
||||
B, // `/*!`
|
||||
C,
|
||||
}
|
||||
|
@ -86,3 +86,10 @@ fn some_fn4()
|
||||
// some comment
|
||||
{
|
||||
}
|
||||
|
||||
// #1603
|
||||
pub enum Foo {
|
||||
A, // `/** **/`
|
||||
B, // `/*!`
|
||||
C,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user