rust/tests/run-make/many-crates-but-no-match/crateA1.rs

5 lines
61 B
Rust

#![crate_name = "crateA"]
// Base crate
pub fn func<T>() {}