]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/remap_path_prefix/aux_mod.rs
Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726
[rust.git] / src / test / codegen / remap_path_prefix / aux_mod.rs
1 // ignore-test: this is not a test
2
3 #[inline]
4 pub fn some_aux_mod_function() -> i32 {
5     1234
6 }