Sha256: 7b5bbe4be3be533d31d1302649b317465bc28cc7f042b98ec78e8b9a82828155
Contents?: true
Size: 625 Bytes
Versions: 36
Compression:
Stored size: 625 Bytes
Contents
error: no rules expected the token `{` --> tests/ui/delimiter-span.rs:19:16 | 5 | macro_rules! picky { | ------------------ when calling this macro ... 19 | picky!({ 123, self }); | ^ no rules expected this token in macro call | = note: while trying to match sequence start error: no rules expected the token `{` --> tests/ui/delimiter-span.rs:20:16 | 5 | macro_rules! picky { | ------------------ when calling this macro ... 20 | picky!({ 123 }); | ^ no rules expected this token in macro call | = note: while trying to match sequence start
Version data entries
36 entries across 36 versions & 1 rubygems