You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The driver is now just a small stub that calls librustc, but the source still lives under comp. These two things should be separated. I suggest moving librustc to src/librustc and driver.rs to src/rustc-driver.
The text was updated successfully, but these errors were encountered:
…1447)
* Changed copyright check to the new standard PR 1422.
* Fixed debug print.
* Added doc comment.
* Changed to proper doc-comment
* reverted test cases
* Changed generator test cases to new format.
* Added check that above our license is empty or comments
* Fixed merge fail
* Escaped backslash.
* Allowed empty 2nd line pattern discussed in rust-lang#1422
* Test case for maybe empty lines above.
* Changed from list to generator.
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Dec 30, 2024
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The driver is now just a small stub that calls librustc, but the source still lives under comp. These two things should be separated. I suggest moving librustc to src/librustc and driver.rs to src/rustc-driver.
The text was updated successfully, but these errors were encountered: