Uh oh!
There was an error while loading. Please reload this page.
Create E0748 error code for unterminated raw strings - #69260
Conversation
rust-highfive
commented
Feb 18, 2020
Some changes occurred in diagnostic error codes |
GuillaumeGomez
commented
Feb 26, 2020
cc @rust-lang/compiler |
varkor
left a comment
There was a problem hiding this comment.
r=me with tweaked sentence.
There was a problem hiding this comment.
| than at the beginning. Example: | |
| as at the beginning. Example: |
There was a problem hiding this comment.
| let dolphins = r#"Dolphins!"#; // one`#` at the beginning, one at the end so | |
| // all good! | |
| let dolphins = r#"Dolphins!"#; // One`#` at the beginning; one at the end: | |
| // all good! |
estebank
commented
Feb 27, 2020
also r=me after applying varkor's changes |
GuillaumeGomez
commented
Feb 27, 2020
@bors: r=varkor,estebank |
bors
commented
Feb 27, 2020
📌 Commit e2da93acb2432c26a74ea83128d72884d8b0cdf3 has been approved by |
bors
commented
Feb 27, 2020
☔ The latest upstream changes (presumably #68434) made this pull request unmergeable. Please resolve the merge conflicts. |
GuillaumeGomez
commented
Feb 28, 2020
E0747 has been taken so let's move to E0748... |
e2da93a to
e273828CompareGuillaumeGomez
commented
Feb 28, 2020
@bors: r=varkor,estebank |
bors
commented
Feb 28, 2020
📌 Commit e273828 has been approved by |
bors
commented
Feb 29, 2020
bors
commented
Feb 29, 2020
☀️ Test successful - checks-azure |
rust-highfive
commented
Feb 29, 2020
Tested on commit rust-lang/rust@e9bca51. Direct link to PR: <rust-lang/rust#69260> 🎉 rls on linux: test-fail → test-pass (cc @Xanewok).
Reopening of #66035.
r? @estebank