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

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

11 lines
179 B
Rust
Raw Permalink Normal View History

//@ pretty-compare-only
//@ pretty-mode:expanded
//@ pp-exact:issue-12590-c.pp
// The next line should be expanded
#[path = "issue-12590-b.rs"]
mod issue_12590_b;
2021-12-02 03:45:14 +08:00
fn main() {}