commit | c864f027ebec293781344bfe350fe7691af04270 | [log] [tgz] |
---|---|---|
author | Michael Layzell <michael@thelayzells.com> | Sat Jun 03 13:01:33 2017 -0400 |
committer | Michael Layzell <michael@thelayzells.com> | Sat Jun 03 13:02:41 2017 -0400 |
tree | 62d109068866138d3e0c3ebc472457597ed6dbfb | |
parent | e48d693039280542dfc5af4ca7703f9e239363b9 [diff] |
Add a test to ensure that we round-trip literals faithfully
diff --git a/src/lib.rs b/src/lib.rs index 55f93ef..aa02643 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -136,6 +136,7 @@ Ident, WhereClause, Ty, + Lit, } #[cfg(feature = "full")]