]> git.lizzy.rs Git - rust.git/blob - src/test/compile-fail/auxiliary/crateresolve1-2.rs
Rollup merge of #69346 - GuillaumeGomez:clean-up-e032x-explanations, r=Dylan-DPC
[rust.git] / src / test / compile-fail / auxiliary / crateresolve1-2.rs
1 // compile-flags:-C extra-filename=-2
2 #![crate_name = "crateresolve1"]
3 #![crate_type = "lib"]
4
5 pub fn f() -> isize { 20 }