mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 04:04:06 +00:00
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 */
|
/* 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
|
// some comment
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// #1603
|
||||||
|
pub enum Foo {
|
||||||
|
A, // `/** **/`
|
||||||
|
B, // `/*!`
|
||||||
|
C,
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user