macro_rules! snap_name {
($name:literal) => { ... };
}Expand description
Build a snapshot name from a base label plus the channel and target triple, keeping platform- and toolchain-specific snapshots in separate files.
macro_rules! snap_name {
($name:literal) => { ... };
}Build a snapshot name from a base label plus the channel and target triple, keeping platform- and toolchain-specific snapshots in separate files.