Skip to content

Commit d3efedb

Browse files
bors[bot]matklad
andcommitted
Merge #1253
1253: Share literal validation logic with compiler r=matklad a=matklad This is neat: the unescape module is literary what compiler is using right now: https://github.com/rust-lang/rust/blob/c6ac57564852cb6e2d0db60f7b46d9eb98d4b449/src/libsyntax/parse/unescape.rs So, yeah, code sharing via copy-paste! Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents ef782ad + 313314e commit d3efedb

File tree

10 files changed

+620
-1201
lines changed

10 files changed

+620
-1201
lines changed

crates/ra_syntax/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ mod syntax_node;
2323
mod syntax_text;
2424
mod syntax_error;
2525
mod parsing;
26-
mod string_lexing;
2726
mod validation;
2827
mod ptr;
2928

crates/ra_syntax/src/string_lexing.rs

Lines changed: 0 additions & 333 deletions
This file was deleted.

0 commit comments

Comments
 (0)