]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/many-crates-but-no-match/crateA1.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / run-make-fulldeps / many-crates-but-no-match / crateA1.rs
1 #![crate_name="crateA"]
2
3 // Base crate
4 pub fn func<T>() {}