mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
Add a test for #2256
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// こんにちは
|
||||
use std::{};
|
||||
use std::borrow::Cow;
|
||||
|
||||
/* comment */ use std::{};
|
||||
/* comment */ use std::{};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* comment */ use std::{};
|
||||
@@ -0,0 +1,7 @@
|
||||
// こんにちは
|
||||
use std::borrow::Cow;
|
||||
|
||||
/* comment */
|
||||
/* comment */
|
||||
|
||||
/* comment */
|
||||
Reference in New Issue
Block a user