mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-26 04:15:48 +00:00
5 lines
61 B
Rust
5 lines
61 B
Rust
#![crate_name = "crateA"]
|
|
|
|
// Base crate
|
|
pub fn func<T>() {}
|