]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/target/issue-3984.rs
New upstream version 1.75.0+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / issue-3984.rs
1 use a::{item /* comment */};
2 use b::{
3 a,
4 // comment
5 item,
6 };
7 use c::item; /* comment */
8 use d::item; // really long comment (with `use` exactly 100 characters) ____________________________
9
10 use std::e::{/* it's a comment! */ bar /* and another */};
11 use std::f::{/* it's a comment! */ bar};
12 use std::g::{bar /* and another */};