]> git.lizzy.rs Git - rust.git/blob - tests/pretty/use-tree.rs
Rollup merge of #107596 - Kobzol:stage-build-timer, r=Mark-Simulacrum
[rust.git] / tests / pretty / use-tree.rs
1 // pp-exact
2 // edition:2021
3
4 #![allow(unused_imports)]
5
6 use ::std::fmt::{self, Debug, Display, Write as _};
7
8 use core::option::Option::*;
9
10 use core::{
11     cmp::{Eq, Ord, PartialEq, PartialOrd},
12     convert::{AsMut, AsRef, From, Into},
13     iter::{
14         DoubleEndedIterator, ExactSizeIterator, Extend, FromIterator,
15         IntoIterator, Iterator,
16     },
17     marker::{
18         Copy as Copy, Send as Send, Sized as Sized, Sync as Sync, Unpin as U,
19     },
20     ops::{*, Drop, Fn, FnMut, FnOnce},
21 };
22
23 fn main() {}