]> git.lizzy.rs Git - rust.git/blob - tests/pretty/dollar-crate.pp
Rollup merge of #97373 - dimpolo:cell_dispatch_from_dyn, r=dtolnay
[rust.git] / tests / pretty / dollar-crate.pp
1 #![feature(prelude_import)]
2 #![no_std]
3 #[prelude_import]
4 use ::std::prelude::rust_2015::*;
5 #[macro_use]
6 extern crate std;
7 // pretty-compare-only
8 // pretty-mode:expanded
9 // pp-exact:dollar-crate.pp
10
11 fn main() {
12     { ::std::io::_print(::core::fmt::Arguments::new_v1(&["rust\n"], &[])); };
13 }