Add a test for #2256
This commit is contained in:
parent
631bf68037
commit
1e7ff38c2d
2 changed files with 19 additions and 0 deletions
12
tests/source/issue-2256.rs
Normal file
12
tests/source/issue-2256.rs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// こんにちは
|
||||
use std::{};
|
||||
use std::borrow::Cow;
|
||||
|
||||
/* comment */ use std::{};
|
||||
/* comment */ use std::{};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* comment */ use std::{};
|
||||
7
tests/target/issue-2256.rs
Normal file
7
tests/target/issue-2256.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// こんにちは
|
||||
use std::borrow::Cow;
|
||||
|
||||
/* comment */
|
||||
/* comment */
|
||||
|
||||
/* comment */
|
||||
Loading…
Add table
Add a link
Reference in a new issue