rust/tests/codegen/remap_path_prefix/aux_mod.rs

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

7 lines
98 B
Rust
Raw Normal View History

//@ ignore-test: this is not a test
#[inline]
pub fn some_aux_mod_function() -> i32 {
1234
}