]> git.lizzy.rs Git - rust.git/blob - tests/pretty/issue-12590-c.pp
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / pretty / issue-12590-c.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:issue-12590-c.pp
10
11 // The next line should be expanded
12
13 #[path = "issue-12590-b.rs"]
14 mod issue_12590_b {
15
16     fn b() {}
17     fn main() {}
18 }
19 fn main() {}