]> git.lizzy.rs Git - rust.git/commit
Merge #983
authorbors[bot] <bors[bot]@users.noreply.github.com>
Sun, 17 Mar 2019 14:34:14 +0000 (14:34 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Sun, 17 Mar 2019 14:34:14 +0000 (14:34 +0000)
commit91e7a3b6f2a9f1a09f874e9644491898338a842f
treee8acfe8092e492bcda292f15203ee22bf5911100
parent290a3d0a6baeb1a198300cb3406c1ae25cb864d2
parenta8ee994ae0fc986056b4d32c5797ab448ae5a812
Merge #983

983: support remainder assignment operator r=matklad a=JeanMertz

`%=` was returning errors for me, turns out it wasn't added as a valid assignment operation.

I'm not sure what the best location would be to add a test for this. Please let me know and I'll add one.

Co-authored-by: Jean Mertz <jean@mertz.fm>
crates/ra_parser/src/grammar/expressions.rs