Make records grammar more orthogonal
We used name [: expr] grammar before, now it is [name :] expr which makes things simpler
This commit is contained in:
@@ -395,7 +395,7 @@ pub fn skip_slow_tests() -> bool {
|
||||
should_skip
|
||||
}
|
||||
|
||||
const REWRITE: bool = true;
|
||||
const REWRITE: bool = false;
|
||||
|
||||
/// Asserts that `expected` and `actual` strings are equal. If they differ only
|
||||
/// in trailing or leading whitespace the test won't fail and
|
||||
|
||||
Reference in New Issue
Block a user