diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-06-08 15:25:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 15:25:06 +0000 |
commit | 8f47bc322cc0e49fd249a63292173821a70d9a53 (patch) | |
tree | 3a207171f22bcdf46ef3aaca904511a7f0725edc /gcc/rust/backend/rust-compile-expr.h | |
parent | 9d81164aa0447c738fe0435de14ec9666a03d5da (diff) | |
parent | 46e248fb7fe7af696f5bd331f1b981cfe2ffca76 (diff) | |
parent | ab0f9f9e1b9e55522e649d58520fdedcdb6c8859 (diff) | |
download | gcc-8f47bc322cc0e49fd249a63292173821a70d9a53.zip gcc-8f47bc322cc0e49fd249a63292173821a70d9a53.tar.gz gcc-8f47bc322cc0e49fd249a63292173821a70d9a53.tar.bz2 |
Merge #1299 #1300
1299: rust/lex: skip broken string expression r=philberty a=liushuyu
- rust/lex: skip broken string expression and unstuck the parser when it could not advance
should fix #1297
1300: docker: Fix GCCRS_BUILD info r=CohenArthur a=CohenArthur
Sometimes, the GCCRS_BUILD file would end up empty. I believe this is
due to how Dockerfiles work in that there was a "race condition" between
the two `RUN` commands. Hopefully this should fix it.
Co-authored-by: liushuyu <liushuyu011@gmail.com>
Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>