rust/tests/pretty/issue-12590-a.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
139 B
Rust
Raw Normal View History

// pp-exact
2020-03-10 06:21:40 +00:00
// pretty-compare-only
// The next line should not be expanded
#[path = "issue-12590-b.rs"]
mod issue_12590_b;
2021-12-01 19:45:14 +00:00
fn main() {}