Sha256: ad13eea21d4cdd2ab6c082f633392e1ff20fb0d1af5f2177041e0bf7f30da695
Contents?: true
Size: 209 Bytes
Versions: 38
Compression:
Stored size: 209 Bytes
Contents
use quote::quote; fn main() { let nonrep = ""; // Without some protection against repetitions with no iterator somewhere // inside, this would loop infinitely. quote!(#(#nonrep #nonrep)*); }
Version data entries
38 entries across 38 versions & 1 rubygems