aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/macros.rs
AgeCommit message (Collapse)AuthorLines
2019-05-09Merge pull request #308 from ehuss/edition-2018Alex Crichton-0/+4
Migrate to 2018 edition
2019-05-08Remove rustc version checking.Eric Huss-1/+0
This is no longer necessary, as <1.20 is no longer supported.
2019-05-08Migrate to 2018 edition.Eric Huss-0/+4
2018-08-05Support the new 0.5 syntax in the toml! macro.Eric Huss-1/+80
- Space in datetime. - +- inf, nan, 0.0 - Dotted keys.
2017-11-12A toml macroDavid Tolnay-0/+286