about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/issue-3984.rs
blob: c9bcfa40635c7cd36f9770ec3dc41a8217372015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use a::{item /* comment */};
use b::{
    a,
    // comment
    item,
};
use c::item /* comment */;
use d::item; // really long comment (with `use` exactly 100 characters) ____________________________

use std::e::{/* it's a comment! */ bar /* and another */};
use std::f::{/* it's a comment! */ bar};
use std::g::{bar /* and another */};