]> git.proxmox.com Git - rustc.git/blame - src/test/pretty/issue-12590-c.pp
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / pretty / issue-12590-c.pp
CommitLineData
0bf4aa26
XL
1#![feature(prelude_import)]
2#![no_std]
3#[prelude_import]
6a06907d 4use ::std::prelude::rust_2015::*;
0bf4aa26
XL
5#[macro_use]
6extern crate std;
0bf4aa26
XL
7// pretty-compare-only
8// pretty-mode:expanded
532ac7d7 9// pp-exact:issue-12590-c.pp
d9579d0f 10
0bf4aa26
XL
11// The next line should be expanded
12
532ac7d7 13#[path = "issue-12590-b.rs"]
0bf4aa26 14mod issue_12590_b {
223e47cc 15
0bf4aa26
XL
16 fn b() { }
17 fn main() { }
18}
e9174d1e 19fn main() { }