mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
15 lines
190 B
Rust
15 lines
190 B
Rust
// run-pass
|
|
// aux-build:issue-38190.rs
|
|
|
|
#[macro_use]
|
|
extern crate issue_38190;
|
|
|
|
mod auxiliary {
|
|
m!([
|
|
#[path = "issue-38190.rs"]
|
|
mod issue_38190;
|
|
]);
|
|
}
|
|
|
|
fn main() {}
|