comparison formats/src/lib.rs @ 776:94033091458b

formats: Update to ${concat(…)} to build on current nightly ${concat(…)} replaces the removed concat_idents!() macro, but doesn’t support being used in nested repetitions for now. We can remove the gen_match!() macro once this is supported again.
author Link Mauve <linkmauve@linkmauve.fr>
date Tue, 14 Oct 2025 12:41:29 +0000
parents 21b186be2590
children
comparison
equal deleted inserted replaced
775:28d8b892fd06 776:94033091458b
1 #![feature(concat_idents)] 1 #![feature(macro_metavar_expr_concat)]
2 #![deny(missing_docs)] 2 #![deny(missing_docs)]
3 3
4 //! Touhou formats. 4 //! Touhou formats.
5 5
6 pub mod th06; 6 pub mod th06;