]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/many-crates-but-no-match/crateA3.rs
Rollup merge of #99570 - XrXr:box-from-slice-docs, r=thomcc
[rust.git] / src / test / run-make-fulldeps / many-crates-but-no-match / crateA3.rs
1 #![crate_name="crateA"]
2
3 // Base crate
4 pub fn foo<T>() { println!("world!"); }